From d53b2b641a4239a243b09d6a6edd6e5f128d4972 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Oct 2023 11:53:23 -0400 Subject: [PATCH] index.html.in: use the right font for the security code --- index.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.in b/index.html.in index 633c0e4..9393c1d 100644 --- a/index.html.in +++ b/index.html.in @@ -71,7 +71,7 @@ url("data:font/woff2;base64,@CBPREGULAR@") format("woff2") } - #servicename, #tickettime, #ticketdate { + #servicename, #tickettime, #ticketdate, #codetext { font-family: "CharmBypass Regular"; } -- 2.44.2