diff options
| -rw-r--r-- | options/options.html | 2 | ||||
| -rw-r--r-- | test_harnesses/automated.html | 2 | ||||
| -rw-r--r-- | vimium.css | 2 |
3 files changed, 3 insertions, 3 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; } diff --git a/test_harnesses/automated.html b/test_harnesses/automated.html index b53c22f7..4c5f08ab 100644 --- a/test_harnesses/automated.html +++ b/test_harnesses/automated.html @@ -4,7 +4,7 @@ <head> <style type="text/css"> body { - font-family:"helvetica neue", "helvetica", "arial", "sans"; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; width: 800px; margin: 0px auto; } @@ -27,7 +27,7 @@ tr.vimiumReset { cursor: auto; display: inline; float: none; - font-family : "Helvetica Neue", "Helvetica", "Arial", "Sans"; + font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: inherit; font-style: normal; font-variant: normal; |
