Document inability to convince IE to play nice
This commit is contained in:
parent
17122c3572
commit
6a1f89e5d1
BIN
Comunicacion.ttf
BIN
Comunicacion.ttf
Binary file not shown.
BIN
Mostwasted.ttf
BIN
Mostwasted.ttf
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 442 KiB |
Binary file not shown.
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue