mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
message-box needs to use the font property, not the font-family property.
This commit is contained in:
parent
cba8d992fc
commit
c3c01d10b3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ body,
|
|||
input,
|
||||
button,
|
||||
select {
|
||||
font-family: message-box;
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue