-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfontTest.css
69 lines (60 loc) · 1.11 KB
/
fontTest.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.caslon-ffmeta h1 {
font-family: 'Neuton', serif;
font-size: 36px;
line-height: 40px;
color: black;
font-weight: 700;
}
.caslon-ffmeta p {
font-family: 'acumin-pro', sans-serif;
font-size: 18px;
color: black;
font-weight: 300;
line-height: 30px;
}
body {
padding: 30px;
display: flex;
flex-direction: row;
}
.caslon-ffmeta {
width: 30vw;
padding: 10px;
}
.caslon-p22 {
padding: 10px;
width: 40vw;
}
.caslon-sofia {
padding: 10px;
width: 40vw;
}
.caslon-p22 h1 {
font-family: "mrs-eaves-xl-serif";
font-size: 46px;
line-height: 40px;
font-weight: 800;
color: black;
}
.caslon-p22 p {
font-family: 'p22-underground', sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 29px;
color: black;
}
.caslon-sofia h1 {
font-family: "metronic-slab-narrow";
font-size: 46px;
line-height: 40px;
font-weight: 700;
color: black;
}
.caslon-sofia p {
font-family: "sofia-pro", sans-serif;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 29px;
color:#333;
}