From: Zachary Vance Date: Sat, 12 Apr 2025 18:27:20 +0000 (-0400) Subject: Comments finalized. X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=9cef72e79b081b5827560980bf45d0e9f0414a29;p=blog.git Comments finalized. Remove failing font load. --- diff --git a/static/css/style-wordpress.css b/static/css/style-wordpress.css index 82aba57..2ae1208 100644 --- a/static/css/style-wordpress.css +++ b/static/css/style-wordpress.css @@ -1,3 +1,8 @@ +/* All of this was blindly copied from wordpress's combined styles in 2024. + Some changes have been made since. + 90% of it could probably be removed with no pixels changing. +*/ + /* Originally inline CSS */ img.wp-smiley, img.emoji { display: inline !important; @@ -4311,37 +4316,6 @@ a img { border: none; } -/* ICON FONT - ELUSIVE */ -@font-face { - font-family: 'elusive'; - src: url('resources/fonts/elusive.eot'); - src: url('resources/fonts/elusive.eot?#iefix') format('embedded-opentype'), - url('resources/fonts/elusive.woff') format('woff'), - url('resources/fonts/elusive.ttf') format('truetype'), - url('resources/fonts/elusive.svg?#elusive') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="crycon-"]:before, -[class*=" crycon-"]:before { - font-family: "elusive"; - font-style: normal; - font-weight: normal; - speak: none; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - font-variant: normal; - text-transform: none; - line-height: inherit; - margin-left: .2em; - cursor:inherit; - font-size:inherit; -} - /* Post info */ .crycon-author:before { content: '\e801'; } .crycon-category:before { content: '\e805'; } @@ -7669,14 +7643,6 @@ body .wp-caption { text-transform: uppercase; } - #nav-toggle span:before { - content: "\e820"; - font-family: "elusive"; - font-size: 16px; - height: 40px; - line-height: 40px; - } - #access { display: none; margin-top: 0; @@ -7860,3 +7826,7 @@ body .wp-caption { --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em))); gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em))); } + +#isso-thread { + margin-top: 2em; +}