Skip to content

Commit

Permalink
Update Typekit fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Feb 6, 2012
1 parent 9389150 commit 55f626a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/site.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta content="A streaming JSON parser that generates SAX-like events." name="description"/>
<title>{{ page.title }}</title>
<link rel="stylesheet" href="stylesheets/style.css" type="text/css" media="screen"/>
<script type="text/javascript" src="http://use.typekit.com/crf4oti.js"></script>
<script type="text/javascript" src="http://use.typekit.com/kyn0gjt.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
background-color: #fff;
color: #222;
font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
font-family: "proxima-nova", Helvetica, sans-serif;
}
#container {
margin: 0 auto;
Expand Down

0 comments on commit 55f626a

Please sign in to comment.