-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfontCombinations.css
111 lines (86 loc) · 1.48 KB
/
fontCombinations.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
hr.line-font {
border-top: solid 3px black;
width: 200px;
}
.combination {
margin: 100px 30px;
}
.combination a {
color: darkblue;
}
.combination-name, .title-fonts {
text-align: center;
}
.combination-name {
font-size: 24px;
color: darkblue;
}
.title-fonts {
font-size: 36px;
}
.paragraph-fonts {
font-size: 18px;
margin: auto;
max-width: 550px;
}
/* Fonts from Google Fonts API */
#barlow-condensed {
font-family: 'Barlow Condensed', sans-serif;
}
#cantarell {
font-family: 'Cantarell', sans-serif;
}
#cardo {
font-family: 'Cardo', serif;
}
#dm-sans {
font-family: 'DM Sans', sans-serif;
}
#dm-serif-display {
font-family: 'DM Serif Display', serif;
}
#fjalla-one {
font-family: 'Fjalla One', sans-serif;
}
#hind {
font-family: 'Hind', sans-serif;
}
#inconsolata {
font-family: 'Inconsolata', monospace;
}
#inter {
font-family: 'Inter', sans-serif;
}
#josefin-sans {
font-family: 'Josefin Sans', sans-serif;
}
#karla {
font-family: 'Karla', sans-serif;
}
#libre-baskervilla {
font-family: 'Libre Baskerville', serif;
}
#lora {
font-family: 'Lora', serif;
}
#montserrat {
font-family: 'Montserrat', sans-serif;
}
#pt-serif {
font-family: 'PT Serif', serif;
}
#quattrocento-sans {
font-family: 'Quattrocento Sans', sans-serif;
}
#source-sans-pro {
font-family: 'Source Sans Pro', sans-serif;
}
#syne {
font-family: 'Syne', sans-serif;
}
#ultra {
font-family: 'Ultra', serif;
}
#yeseva-one {
font-family: 'Yeseva One', sans-serif;
}