Skip to content

Commit d812e56

Browse files
committed
style: use Roboto font by default
1 parent c35aa36 commit d812e56

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

static/css/styles.scss

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@
66
*/
77
@import "zd";
88

9-
@import url("https://fonts.googleapis.com/css?family=Open+Sans:200,300,600");
9+
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic");
10+
11+
html {
12+
font-size: 62.5%;
13+
}
1014

1115
body {
12-
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
13-
font-size: 1.6em;
16+
font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
17+
font-size: 1.6em;
18+
font-weight: 300;
19+
letter-spacing: .01em;
20+
line-height: 1.6;
1421
}
1522

1623
.post h1 {

0 commit comments

Comments
 (0)