Skip to content

Commit

Permalink
Use Open Sans.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Mar 13, 2012
1 parent f4fb052 commit 2b4c0ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 4 additions & 2 deletions index.html
Expand Up @@ -7,14 +7,16 @@
<title>Columnist</title>
<link href='styles.css' type='text/css' rel='stylesheet'/>
<link href='codemirror.css' type='text/css' rel='stylesheet'/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
{% include templates.html %}
<script src='boot.js' type='text/javascript'></script>
</head>
<body>

<div id='container'>
<div id="main"></div>
</div>

{% include templates.html %}
<script src='boot.js' type='text/javascript'></script>

</body>
</html>
8 changes: 1 addition & 7 deletions styles.css
Expand Up @@ -2,12 +2,6 @@
---
{% include vendor/reset.css %}

/* ### Icons ### */
@font-face {
font-family:'Iconic';
src:url('iconic.ttf');
}

.i:before {
margin-right:5px;
font-size:18px;
Expand All @@ -27,7 +21,7 @@

body,
textarea,
input { font:14px/20px Helvetica,Arial,sans-serif; }
input { font:14px/20px 'Open Sans',Arial,sans-serif; }

html {
background:#e6e5e1;
Expand Down

0 comments on commit 2b4c0ab

Please sign in to comment.