]> gitweb.michael.orlitzky.com - charm-bypass.git/blobdiff - src/index.html.in
Makefile.am,src: replace the existing ticket font with two new ones
[charm-bypass.git] / src / index.html.in
index 19c39ef3569d44d4284e3ef230a46e343196c098..8d19568f74c3664f8d3dead6a39bb6f60be26053 100644 (file)
       /* Define, load, and specify the custom font we use for the ticket
        * date, time, and service name. */
       @font-face {
-       font-family: "CharmBypass Ticket Text";
+       font-family: "CharmBypass Regular";
        src:
-         url("data:font/woff2;base64,@TICKETFONT@") format("woff2")
+         url("data:font/woff2;base64,@CBPREGULAR@") format("woff2")
       }
 
       #servicename, #tickettime, #ticketdate {
-        font-family: "CharmBypass Ticket Text" !important;
+        font-family: "CharmBypass Regular";
+      }
+
+      @font-face {
+       font-family: "CharmBypass Bold";
+       src:
+         url("data:font/woff2;base64,@CBPBOLD@") format("woff2")
+      }
+
+      #serviceletter {
+       font-family: "CharmBypass Bold";
       }
 
       /************************/
@@ -70,7 +80,7 @@
       }
 
       #bus {
-       animation: busroll 20s linear infinite;
+       animation: busroll 23s linear infinite;
       }
 
 
@@ -85,7 +95,7 @@
       }
 
       #tram {
-       animation: tramroll 15s linear infinite;
+       animation: tramroll 17s linear infinite;
       }
 
 
       }
 
       #train {
-       animation: trainroll 10s linear infinite;
+       animation: trainroll 11s linear infinite;
       }