From 8205ada012e9452c53539b7c33f0d77a32372431 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 2 Nov 2023 20:30:06 -0400 Subject: [PATCH] index.html.in: use the right font for the zone --- index.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.in b/index.html.in index 5004842..69d5d31 100644 --- a/index.html.in +++ b/index.html.in @@ -55,7 +55,7 @@ url("data:font/woff2;base64,@CBPREGULAR@") format("woff2") } - #servicename, #tickettime, #ticketdate, #codetext { + #servicename, #tickettime, #ticketdate, #codetext, #zone { font-family: "CharmBypass Regular", sans-serif; } -- 2.44.2