aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
diff options
context:
space:
mode:
authorPhil Crosby2009-12-31 11:43:01 -0500
committerPhil Crosby2009-12-31 11:43:01 -0500
commitd4c6154df8cdfd7fbe274235318959cd196600af (patch)
treee74a84d3a3f9f89909f2a132a3e7c26359685b97 /vimiumFrontend.js
parent54394236e589be03c39b76fdfea861ba171193f1 (diff)
downloadvimium-d4c6154df8cdfd7fbe274235318959cd196600af.tar.bz2
Make the HUD look a little nicer on Windows
Diffstat (limited to 'vimiumFrontend.js')
-rw-r--r--vimiumFrontend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js
index a1ad7c9c..eb265df8 100644
--- a/vimiumFrontend.js
+++ b/vimiumFrontend.js
@@ -446,7 +446,7 @@ HUD = {
padding = "3px 3px 2px 3px";
border = "1px solid #b3b3b3";
borderRadius = "4px 4px 0 0";
- fontFamily = "Lucida Grande";
+ fontFamily = "Lucida Grande, Arial, Sans";
zIndex = 99999999999;
textShadow = "0px 1px 2px #FFF";
lineHeight = "1.0";