aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorCaleb Spare2012-08-20 00:02:21 -0700
committerCaleb Spare2012-08-20 04:11:08 -0700
commit19ab4737b89780acd3d8238f102e633bdfe2a387 (patch)
treee1a75fba9c9696ad330f4073c0f16a96c7d46099 /options
parent3001bdc53c160c3606ef6903d71db675f4ffcb9a (diff)
downloadvimium-19ab4737b89780acd3d8238f102e633bdfe2a387.tar.bz2
Clean up the font stacks
Diffstat (limited to 'options')
-rw-r--r--options/options.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.html b/options/options.html
index 93a402fb..1178c42e 100644
--- a/options/options.html
+++ b/options/options.html
@@ -10,7 +10,7 @@
<script src="../content_scripts/vimium_frontend.js"></script>
<style type="text/css" media="screen">
body {
- font-family:"helvetica neue", "helvetica", "arial", "sans";
+ font-family:"Helvetica Heue", "Helvetica", "Arial", sans-serif;
width:640px;
margin:10px auto;
}