]> git.za3k.com Git - blog.git/commitdiff
Comments finalized.
authorZachary Vance <za3k@za3k.com>
Sat, 12 Apr 2025 18:27:20 +0000 (14:27 -0400)
committerZachary Vance <za3k@za3k.com>
Sat, 12 Apr 2025 18:27:20 +0000 (14:27 -0400)
Remove failing font load.

static/css/style-wordpress.css

index 82aba57da23d3819710dfac4874310168e90f7d1..2ae1208e07a34101cf8eb45170d63e5f19def533 100644 (file)
@@ -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;
+}