]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: fall back to sans-serif if webfonts don't work
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 24 Oct 2023 15:56:50 +0000 (11:56 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 24 Oct 2023 16:03:52 +0000 (12:03 -0400)
The serifs are OBVIOUSLY wrong.

index.html.in

index 9393c1d9d75b852be0da87a8fa7aac4bae4ef9e6..f073f69bb8a9bbf78ecc976e0a57a9d5ece7c333 100644 (file)
@@ -72,7 +72,7 @@
       }
 
       #servicename, #tickettime, #ticketdate, #codetext {
-        font-family: "CharmBypass Regular";
+        font-family: "CharmBypass Regular", sans-serif;
       }
 
       @font-face {
@@ -82,7 +82,7 @@
       }
 
       #serviceletter {
-       font-family: "CharmBypass Bold";
+       font-family: "CharmBypass Bold", sans-serif;
       }
 
       /************************/