message-box needs to use the font property, not the font-family property.

This commit is contained in:
Jared Wein 2012-06-13 10:47:46 -07:00
parent cba8d992fc
commit c3c01d10b3

View File

@ -17,7 +17,7 @@ body,
input, input,
button, button,
select { select {
font-family: message-box; font: message-box;
} }
.hidden { .hidden {