Skip to content

Commit 32909e3

Browse files
committed
change demo font
1 parent fbd0555 commit 32909e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

example/assets/css/demo.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
@import url(https://fonts.googleapis.com/css?family=Raleway);
2+
13
body {
24
padding-top: 20px;
3-
font-family: "Myriad Pro", Verdana, Arial, Tahoma;
5+
font-family: 'Raleway', sans-serif;
46
padding-bottom: 40px;
57
}
68

@@ -33,4 +35,4 @@ body {
3335
}
3436
.marketing p + h4 {
3537
margin-top: 28px;
36-
}
38+
}

0 commit comments

Comments
 (0)