Skip to content

Commit

Permalink
change demo font
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Nov 9, 2015
1 parent fbd0555 commit 32909e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
padding-top: 20px;
font-family: "Myriad Pro", Verdana, Arial, Tahoma;
font-family: 'Raleway', sans-serif;
padding-bottom: 40px;
}

Expand Down Expand Up @@ -33,4 +35,4 @@ body {
}
.marketing p + h4 {
margin-top: 28px;
}
}

0 comments on commit 32909e3

Please sign in to comment.