X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Findex.html.in;h=8d19568f74c3664f8d3dead6a39bb6f60be26053;hb=cbd1fd189b26016347334c3361bcf79da153cb05;hp=755f54020592ab630097dcaa7e4973f8aa47020d;hpb=97147de2946bfac70474870f9f67207d5b3cd038;p=charm-bypass.git diff --git a/src/index.html.in b/src/index.html.in index 755f540..8d19568 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -46,13 +46,23 @@ /* 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"; } /************************/