]> gitweb.michael.orlitzky.com - charm-bypass.git/blobdiff - index.html.in
index.html.in: move a comment up two lines
[charm-bypass.git] / index.html.in
index 9393c1d9d75b852be0da87a8fa7aac4bae4ef9e6..209ddad73c0e990297874167985f78ccb06cfd6f 100644 (file)
@@ -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;
       }
 
       /************************/
 
 
       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);