From: Jared Wein Date: Wed, 13 Jun 2012 09:15:31 +0000 (-0700) Subject: Switch to using message-box for the body and form elements in the UI of PDF.js. This... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ced219c12f4f0276253e3e0fd64bfa6fcde830ce;p=pdf.js.git 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. --- diff --git a/web/viewer.css b/web/viewer.css index 329bff2..09b5299 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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 {