From 843eb1acff1589e1a3861f3bcb0dc5b41c95dc09 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Oct 2023 11:56:50 -0400 Subject: [PATCH] index.html.in: fall back to sans-serif if webfonts don't work The serifs are OBVIOUSLY wrong. --- index.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } /************************/ -- 2.44.2