-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (50 loc) · 1.61 KB
/
style.css
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
h1 {font-size: 70px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h2 {font-size: 60px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h3 {font-size: 50px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h4 {font-size: 30px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h5 {font-size: 25px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h6 {font-size: 22px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;}
.bodycopy {font-size: 18px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;}
.sectionheading {font-size: 24px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;}
@media screen and (max-width: 600px) {
.bodycopy {font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;}
.sectionheading {font-size: 22px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;}
h1 {font-size: 40px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h2 {font-size: 36px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h3 {font-size: 32px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h4 {font-size: 28px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h5 {font-size: 22px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;}
h6 {font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;}
}