X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=209ddad73c0e990297874167985f78ccb06cfd6f;hb=e64b5cf78b78e1c77fe8fb7f22bb975a62a85c1f;hp=633c0e4017edd0c070f9c1de13e9d2d627938b6d;hpb=5986a05b37f3559ca7a548c99774fbab6bdcf24e;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index 633c0e4..209ddad 100644 --- a/index.html.in +++ b/index.html.in @@ -71,8 +71,8 @@ url("data:font/woff2;base64,@CBPREGULAR@") format("woff2") } - #servicename, #tickettime, #ticketdate { - font-family: "CharmBypass Regular"; + #servicename, #tickettime, #ticketdate, #codetext { + font-family: "CharmBypass Regular", sans-serif; } @font-face { @@ -82,7 +82,7 @@ } #serviceletter { - font-family: "CharmBypass Bold"; + font-family: "CharmBypass Bold", sans-serif; } /************************/ @@ -291,9 +291,9 @@ function center_code() { + /* Center the security code inside its red box */ const ct = document.getElementById("codetext"); - /* Now center the security code inside its red box */ /* First, find the center of the red box */ const r1 = document.getElementById("codebg").getBoundingClientRect(); const c1 = r1.left + (r1.width / 2);