Skip to content

Commit fad7fa5

Browse files
authored
Change fonts, modify header colors
2 parents 489f41c + 07bb7a4 commit fad7fa5

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

toonkit/static/css/style.css

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
1+
@import url('https://fonts.googleapis.com/css?family=Rubik');
2+
/*@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');*/
23
/*@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC');*/
34

45
html, body {
@@ -7,7 +8,7 @@ html, body {
78
}
89

910
body {
10-
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
11+
font-family: 'Rubik', sans-serif;
1112
font-size: 16px;
1213
font-weight: 400;
1314
line-height: 1.5;
@@ -29,7 +30,21 @@ body {
2930
}
3031

3132
h1, h2, h3 {
32-
font-family: 'Architects Daughter', cursive;
33+
font-family: 'Rubik', sans-serif;
34+
}
35+
36+
h2 {
37+
color: #b0081f;
38+
}
39+
40+
h3 {
41+
color: #264e9e;
42+
}
43+
44+
code {
45+
font-size: 87.5%;
46+
color: #8f8f8f;
47+
word-break: break-word;
3348
}
3449

3550
#nav1, #nav2 {

0 commit comments

Comments
 (0)