From ced219c12f4f0276253e3e0fd64bfa6fcde830ce Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Wed, 13 Jun 2012 02:15:31 -0700 Subject: [PATCH] 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. --- web/viewer.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 329bff2d5..09b5299df 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 {