Merge pull request #1823 from msujaws/patch-1

PDF.js should use a consistent font for its user interface
This commit is contained in:
Brendan Dahl 2012-06-18 08:46:41 -07:00
commit 6a751a9acb

View File

@ -11,7 +11,13 @@ body {
height: 100%; height: 100%;
background-color: #404040; background-color: #404040;
background-image: url(images/texture.png); background-image: url(images/texture.png);
font-family: Segoe UI, Verdana, sans-serif; }
body,
input,
button,
select {
font: message-box;
} }
.hidden { .hidden {