Skip to content

Commit

Permalink
updated CSS for proper inclusion of AsapRegular as default font. Sans…
Browse files Browse the repository at this point in the history
…-serif fallback.
  • Loading branch information
Chris Ritzo committed Apr 14, 2014
1 parent c6850c1 commit 8904562
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions commotionwireless.net/css/commotion.css
Original file line number Diff line number Diff line change
@@ -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 8904562

Please sign in to comment.