From: Jared Wein Date: Wed, 13 Jun 2012 17:47:46 +0000 (-0700) Subject: message-box needs to use the font property, not the font-family property. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c3c01d10b325b83689b85b9bf48ef43441ff61dd;p=pdf.js.git message-box needs to use the font property, not the font-family property. --- diff --git a/web/viewer.css b/web/viewer.css index 0ad3f4a..ff40cd1 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -17,7 +17,7 @@ body, input, button, select { - font-family: message-box; + font: message-box; } .hidden {