Skip to content

Commit

Permalink
making the default font Helvetica. It looks cleaner than Lucida Grande.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelparenteau committed Aug 21, 2010
1 parent 8f82e69 commit eebdb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/application.css
@@ -1,7 +1,7 @@
html {
margin: 0; padding: 0;
color: #585858; background-color: #E2E2E2;
font-size: 62.8%; font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
font-size: 62.8%; font-family: Helvetica, "Lucida Grande","Lucida Sans",Arial,sans-serif;
}
body {
margin: 0; padding: 0;
Expand Down

0 comments on commit eebdb97

Please sign in to comment.