Skip to content

Commit

Permalink
changed global font to Helvetica Neue.
Browse files Browse the repository at this point in the history
added latest version of modernizer.
  • Loading branch information
Angel Grablev committed Mar 15, 2012
1 parent 4c46200 commit 7819e83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/general.css
Expand Up @@ -4,7 +4,7 @@
body {
background:#fff;
color:#000;
font:12px Arial, Helvetica, sans-serif;
font:12px "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
position:relative;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset=utf-8>
<title>52framework - The framework from the future, HTML5, CSS3, and more!</title>

<script src="js/modernizr-1.7.min.js"></script><!-- this is the javascript allowing html5 to run in older browsers -->
<script src="js/modernizer-2.5.3.js"></script><!-- this is the javascript allowing html5 to run in older browsers -->

<link rel="stylesheet" type="text/css" href="css/reset.css" media="screen" title="html5doctor.com Reset Stylesheet" />

Expand Down
4 changes: 4 additions & 0 deletions js/modernizer-2.5.3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7819e83

Please sign in to comment.