1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

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,
button,
select {
font-family: message-box;
font: message-box;
}
.hidden {