message-box needs to use the font property, not the font-family property.
This commit is contained in:
parent
cba8d992fc
commit
c3c01d10b3
@ -17,7 +17,7 @@ body,
|
||||
input,
|
||||
button,
|
||||
select {
|
||||
font-family: message-box;
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
Loading…
x
Reference in New Issue
Block a user