diff options
| author | Caleb Spare | 2012-08-20 00:02:21 -0700 | 
|---|---|---|
| committer | Caleb Spare | 2012-08-20 04:11:08 -0700 | 
| commit | 19ab4737b89780acd3d8238f102e633bdfe2a387 (patch) | |
| tree | e1a75fba9c9696ad330f4073c0f16a96c7d46099 /test_harnesses | |
| parent | 3001bdc53c160c3606ef6903d71db675f4ffcb9a (diff) | |
| download | vimium-19ab4737b89780acd3d8238f102e633bdfe2a387.tar.bz2 | |
Clean up the font stacks
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/automated.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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;        } | 
