From: Michael Orlitzky Date: Tue, 24 Oct 2023 15:53:23 +0000 (-0400) Subject: index.html.in: use the right font for the security code X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d53b2b641a4239a243b09d6a6edd6e5f128d4972;p=charm-bypass.git index.html.in: use the right font for the security code --- 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"; }