diff --git a/Comunicacion.ttf b/Comunicacion.ttf deleted file mode 100644 index 3eb2843..0000000 Binary files a/Comunicacion.ttf and /dev/null differ diff --git a/Mostwasted.ttf b/Mostwasted.ttf deleted file mode 100644 index f8c8ef7..0000000 Binary files a/Mostwasted.ttf and /dev/null differ diff --git a/comunicacion-webfont.eot b/comunicacion-webfont.eot deleted file mode 100644 index ea25e58..0000000 Binary files a/comunicacion-webfont.eot and /dev/null differ diff --git a/comunicacion-webfont.svg b/comunicacion-webfont.svg deleted file mode 100644 index 0b3fa40..0000000 --- a/comunicacion-webfont.svg +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/comunicacion-webfont.woff b/comunicacion-webfont.woff deleted file mode 100644 index 17a68ec..0000000 Binary files a/comunicacion-webfont.woff and /dev/null differ diff --git a/scoreboard.css b/scoreboard.css index e478f0c..170823b 100644 --- a/scoreboard.css +++ b/scoreboard.css @@ -1,18 +1,13 @@ +/* IE can't handle key events anyway, so screw it, + we're just keeping one copy around. */ + @font-face { 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'); + src: url('comunicacion-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; - } - - - @font-face { font-family: 'MostWaztedRegular'; src: url('mostwasted-webfont.eot'); @@ -22,7 +17,6 @@ url('mostwasted-webfont.svg#MostWaztedRegular') format('svg'); font-weight: normal; font-style: normal; - } #scoreboard { diff --git a/scoreboard.js b/scoreboard.js index 31b29de..580a0fe 100644 --- a/scoreboard.js +++ b/scoreboard.js @@ -368,6 +368,8 @@ function handle(event) { transition(newstate); } +// I'm unable to get IE8 to ever call this on a key press. +// You guys are just going to have to use the mouse. function key(event) { var c = String.fromCharCode(event.which || 0); var newstate;