Skip to content

Commit

Permalink
Merge pull request #144 from opentechinstitute/font-update
Browse files Browse the repository at this point in the history
updated CSS for proper inclusion of AsapRegular as default font.
  • Loading branch information
critzo committed Apr 15, 2014
2 parents c6850c1 + 8904562 commit 29ad156
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions commotionwireless.net/css/commotion.css
@@ -1,6 +1,9 @@
body {
@font-face {
font-family: AsapRegular;
src: url(fonts/Asap-Regular-webfont.ttf);
src: url('/fonts/Asap-Regular-webfont.ttf') format('truetype');
}
body {
font-family: 'AsapRegular', Fallback, sans-serif;
}
/* top bar */
.navbar-inners {
Expand Down

0 comments on commit 29ad156

Please sign in to comment.