File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 4
4
}
5
5
6
6
.NavbarBrand {
7
- font-family : 'Roboto' ;
7
+ font-family : 'Roboto' , sans-serif ;
8
8
font-size : 1.25rem ;
9
9
padding : 0px 0px 0px 0px ;
10
10
}
11
11
12
12
.Navbar {
13
13
/* padding-bottom: 50px; */
14
- font-family : 'Roboto' ;
14
+ font-family : 'Roboto' , sans-serif ;
15
15
font-size : 1.5rem
16
16
}
17
17
18
18
.NavBarLogoText {
19
19
display : inline-block;
20
20
vertical-align : middle;
21
21
margin : 0 0 0 0 ;
22
- font-family : Rowdies;
22
+ font-family : Rowdies, sans-serif ;
23
23
font-size : 22px
24
24
}
Original file line number Diff line number Diff line change 10
10
11
11
.Headers {
12
12
padding : 10px 10px 0px 10px ;
13
- font-family : Garamond;
13
+ font-family : Garamond, sans-serif ;
14
14
}
15
15
16
16
68
68
padding-top : 5px ;
69
69
padding-bottom : 0px ;
70
70
background : transparent;
71
- font-family : Garamond;
71
+ font-family : Garamond, sans-serif ;
72
72
}
73
73
74
74
.Button {
Original file line number Diff line number Diff line change 3
3
src : url ('/fonts/Roboto/Roboto-Regular.ttf' );
4
4
font-weight : 400 ;
5
5
font-style : normal;
6
+ font-display : swap;
6
7
}
7
8
8
9
@font-face {
9
10
font-family : 'Roboto-Bold' ;
10
11
src : url ('/fonts/Roboto/Roboto-Bold.ttf' );
11
12
font-weight : 400 ;
12
13
font-style : bold;
14
+ font-display : swap;
13
15
}
14
16
15
17
@font-face {
16
18
font-family : 'Roboto Mono' ;
17
19
src : url ('/fonts/Roboto_Mono/RobotoMono-VariableFont_wght.ttf' );
18
20
font-weight : 400 ;
19
21
font-style : normal;
22
+ font-display : swap;
20
23
}
21
24
22
25
@font-face {
23
26
font-family : 'Roboto-Light' ;
24
27
src : url ('/fonts/Roboto/Roboto-Light.ttf' );
25
28
font-weight : 400 ;
26
29
font-style : normal;
30
+ font-display : swap;
27
31
}
28
32
29
33
@font-face {
30
34
font-family : 'Roboto-Thin' ;
31
35
src : url ('/fonts/Roboto/Roboto-Thin.ttf' );
32
36
font-weight : 400 ;
33
37
font-style : normal;
38
+ font-display : swap;
34
39
}
35
40
36
41
@font-face {
37
42
font-family : 'Rowdies' ;
38
43
src : url ('/fonts/Rowdies/Rowdies-Regular.ttf' );
39
44
font-weight : 400 ;
40
45
font-style : normal;
46
+ font-display : swap;
41
47
}
42
48
43
49
body {
44
- font-family : 'Roboto' ;
50
+ font-family : 'Roboto' , sans-serif ;
45
51
font-size : 1.1em ;
46
52
margin : 0 auto;
47
53
}
48
54
49
55
p ,
50
56
li {
51
- font-family : 'Roboto' ;
57
+ font-family : 'Roboto' , sans-serif ;
52
58
font-size : 1.1em ;
53
59
}
54
60
55
61
h1 {
56
62
font-size : 2em ;
57
- font-family : 'Rowdies' ;
63
+ font-family : 'Rowdies' , sans-serif ;
58
64
}
59
65
60
66
h2 {
61
67
font-size : 1.6em ;
62
- font-family : 'Roboto' ;
68
+ font-family : 'Roboto' , sans-serif ;
63
69
}
64
70
65
71
h3 {
66
72
font-size : 1.4em ;
67
- font-family : 'Roboto-Light' ;
73
+ font-family : 'Roboto-Light' , sans-serif ;
68
74
}
69
75
70
76
h4 {
71
77
font-size : 1.2em ;
72
- font-family : 'Roboto-Thin' ;
78
+ font-family : 'Roboto-Thin' , sans-serif ;
73
79
}
74
80
75
81
code {
You can’t perform that action at this time.
0 commit comments