From: Michael Orlitzky Date: Tue, 24 Oct 2023 15:56:50 +0000 (-0400) Subject: index.html.in: fall back to sans-serif if webfonts don't work X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=843eb1acff1589e1a3861f3bcb0dc5b41c95dc09;p=charm-bypass.git index.html.in: fall back to sans-serif if webfonts don't work The serifs are OBVIOUSLY wrong. --- diff --git a/index.html.in b/index.html.in index 9393c1d..f073f69 100644 --- a/index.html.in +++ b/index.html.in @@ -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; } /************************/