-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcustom.css
More file actions
52 lines (42 loc) · 768 Bytes
/
Copy pathcustom.css
File metadata and controls
52 lines (42 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
html, body, [class*="css"] {
font-family: 'Lato', sans-serif;
}
h1 {
font-size: 3rem;
font-weight: bold;
margin-top: 0.67em;
margin-bottom: 0.67em;
}
h2 {
font-size: 2.2rem;
font-weight: bold;
margin-top: 0.83em;
margin-bottom: 0.83em;
}
h3 {
font-size: 1.8rem;
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
}
h4 {
font-size: 1.5rem;
font-weight: bold;
margin-top: 1.33em;
margin-bottom: 1.33em;
}
p {
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 1em;
}
ul li {
font-size: 1.5rem !important;
}
ol li {
font-size: 1.5rem !important;
}
textarea {
font-size: 1.5rem !important;
}