From c3c01d10b325b83689b85b9bf48ef43441ff61dd Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Wed, 13 Jun 2012 10:47:46 -0700 Subject: [PATCH] message-box needs to use the font property, not the font-family property. --- web/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 0ad3f4aa0..ff40cd18f 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 {