Skip to content

Commit

Permalink
font fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed Jun 14, 2014
1 parent 1c88998 commit 9e7d707
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/assets/stylesheets/home.css.sass
Expand Up @@ -10,6 +10,9 @@
=verdana
font-family: Verdana, Geneva, sans-serif

=oldsansblack
font-family: oldsansblack, Verdana, Geneva, sans-serif

td.money, th.money
text-align: right

Expand Down Expand Up @@ -85,14 +88,14 @@ body
text-transform: uppercase
font-size: 48px
font-weight: bold
font-family: oldsansblack
+oldsansblack
margin: 50px 0

#main-container
padding-top: 30px

h1
font-family: oldsansblack
+oldsansblack
font-size: 36px
color: #8bc139

Expand Down

0 comments on commit 9e7d707

Please sign in to comment.