Switch to using message-box for the body and form elements in the UI of PDF.js. This will use the system's native UI font for each platform as well as fix the current inconsistency between the font of the text label for total page count and the text inside of the input element for current page number.

This commit is contained in:
Jared Wein 2012-06-13 02:15:31 -07:00
parent 2aae4fd001
commit ced219c12f

View File

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