File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 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');*/
2
3
/*@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC');*/
3
4
4
5
html , body {
@@ -7,7 +8,7 @@ html, body {
7
8
}
8
9
9
10
body {
10
- font-family : 'Helvetica Neue ' , Helvetica , Arial , serif;
11
+ font-family : 'Rubik ' , sans- serif;
11
12
font-size : 16px ;
12
13
font-weight : 400 ;
13
14
line-height : 1.5 ;
@@ -29,7 +30,21 @@ body {
29
30
}
30
31
31
32
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;
33
48
}
34
49
35
50
# nav1 , # nav2 {
You can’t perform that action at this time.
0 commit comments