diff --git a/static/css/style.css b/static/css/style.css index 64b4f5a..2610602 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -218,7 +218,7 @@ th { @font-face { font-family: 'icons'; - src: url("../font/icon.woff") format("woff"); + src: url("../font/awesome/fa-solid-900.woff2") format("woff2"); font-weight: normal; font-style: normal } @@ -237,15 +237,15 @@ th { font-variant: normal; text-transform: none; line-height: 1em; - margin-left: .2em; + margin-left: .2em } .ic-star:before { - content: '\e9d9' + content: '\f004' } .ic-rss:before { - content: '\ea9c' + content: '\f09e' } .ic-posts:before { @@ -257,38 +257,27 @@ th { } .ic-link:before { - content: '\e9cb' + content: '\f0c1' } .ic-arrow-right:before { - content: '\ea3c' + content: '\f061' } .ic-arrow-left:before { - content: '\ea40' + content: '\f060' } .ic-twitter:before { - content: '\e904' + content: '\f099' } .ic-mastodon:before { - content: '\e908' -} - -.ic-linkedin:before { - content: '\e905' -} - -.ic-git:before { - content: '\e906' -} -.ic-github:before { - content: '\e907' + content: '\f4f6' } .ic-menu:before { - content: '\e9bd' + content: '\f0c9' } @font-face { @@ -1063,8 +1052,7 @@ img { top: -2px; margin: auto; font-size: 0.625em; - line-height: 1.6em; - top:1px + line-height: 1.6em } #menu { @@ -1564,7 +1552,7 @@ img { .post-author-bio span { position: relative; - font-size: 1em; + font-size: 0.8em; display: inline-block; margin-top: 1.25em; margin-right: 1.25em; diff --git a/static/font/icon.woff b/static/font/icon.woff deleted file mode 100644 index cc88161..0000000 Binary files a/static/font/icon.woff and /dev/null differ diff --git a/templates/index.html b/templates/index.html index 4a11073..f18aefe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -52,42 +52,6 @@ - - {% if not articles_page.has_previous() %} -
-
- -
-
- {% endif %} {% endblock header %} {% block content %}