Browse Source

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

Jared Wein 13 years ago
parent
commit
c3c01d10b3
  1. 2
      web/viewer.css

2
web/viewer.css

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

Loading…
Cancel
Save