diff --git a/comunicacion-webfont.eot b/comunicacion-webfont.eot new file mode 100644 index 0000000..ea25e58 Binary files /dev/null and b/comunicacion-webfont.eot differ diff --git a/comunicacion-webfont.svg b/comunicacion-webfont.svg new file mode 100644 index 0000000..0b3fa40 --- /dev/null +++ b/comunicacion-webfont.svg @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/comunicacion-webfont.ttf b/comunicacion-webfont.ttf new file mode 100644 index 0000000..fc9166b Binary files /dev/null and b/comunicacion-webfont.ttf differ diff --git a/comunicacion-webfont.woff b/comunicacion-webfont.woff new file mode 100644 index 0000000..17a68ec Binary files /dev/null and b/comunicacion-webfont.woff differ diff --git a/mostwasted-webfont.eot b/mostwasted-webfont.eot new file mode 100644 index 0000000..fd14a80 Binary files /dev/null and b/mostwasted-webfont.eot differ diff --git a/mostwasted-webfont.svg b/mostwasted-webfont.svg new file mode 100644 index 0000000..b81f3a1 --- /dev/null +++ b/mostwasted-webfont.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mostwasted-webfont.ttf b/mostwasted-webfont.ttf new file mode 100644 index 0000000..2d14bb5 Binary files /dev/null and b/mostwasted-webfont.ttf differ diff --git a/mostwasted-webfont.woff b/mostwasted-webfont.woff new file mode 100644 index 0000000..be037b9 Binary files /dev/null and b/mostwasted-webfont.woff differ diff --git a/scoreboard.css b/scoreboard.css index 9c63832..e478f0c 100644 --- a/scoreboard.css +++ b/scoreboard.css @@ -1,10 +1,28 @@ @font-face { - font-family: Comunicacion Digital; - src: url(Comunicacion.ttf); + font-family: 'ComunicacionDigitalMedium'; + src: url('comunicacion-webfont.eot'); + src: url('comunicacion-webfont.eot?#iefix') format('embedded-opentype'), + url('comunicacion-webfont.woff') format('woff'), + url('comunicacion-webfont.ttf') format('truetype'), + url('comunicacion-webfont.svg#ComunicacionDigitalMedium') format('svg'); + font-weight: normal; + font-style: normal; + } + + + + @font-face { - font-family: Most Wazted; - src: url(Mostwasted.ttf); + font-family: 'MostWaztedRegular'; + src: url('mostwasted-webfont.eot'); + src: url('mostwasted-webfont.eot?#iefix') format('embedded-opentype'), + url('mostwasted-webfont.woff') format('woff'), + url('mostwasted-webfont.ttf') format('truetype'), + url('mostwasted-webfont.svg#MostWaztedRegular') format('svg'); + font-weight: normal; + font-style: normal; + } #scoreboard { @@ -91,7 +109,7 @@ #jamtext, #periodtext { text-align: center; - font-family: Most Wazted, sans-serif; + font-family: MostWaztedRegular, sans-serif; font-weight: normal; font-size: 75%; @@ -156,7 +174,7 @@ #notice div { display: none; - font-family: Comunicacion Digital, sans-serif; + font-family: ComunicacionDigitalMedium, sans-serif; font-weight: normal; text-align: center; line-height: 1.1em;