-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (61 loc) · 2.2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* Arvo Gruen - for headlines */
@font-face {
font-family: 'Arvo Gruen';
src: url('fonts/Arvo_Gruen_2015_10.eot');
src: url('fonts/Arvo_Gruen_2015_10.eot?#iefix') format('embedded-opentype'),
url('fonts/Arvo_Gruen_2015_10.woff') format('woff');
font-style: normal;
font-weight: bold;
text-rendering: optimizeLegibility;
}
/* Arvo Roman - for sub headlines */
@font-face {
font-family: 'Arvo';
src: url('fonts/arvo_regular.eot');
src: url('fonts/arvo_regular.eot?#iefix') format('embedded-opentype'),
url('fonts/arvo_regular.woff') format('woff'),
url('fonts/arvo_regular.ttf') format('truetype'),
url('fonts/arvo_regular.svg') format('svg');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
/* PT Sans - for normal text */
@font-face {
font-family: 'PT Sans';
src: url('fonts/ptsans_regular.eot');
src: url('fonts/ptsans_regular.eot?#iefix') format('embedded-opentype'),
url('fonts/ptsans_regular.woff') format('woff'),
url('fonts/ptsans_regular.ttf') format('truetype'),
url('fonts/ptsans_regular.svg') format('svg');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
/* PT Sans bold - for emphasis in normal text */
@font-face {
font-family: 'PT Sans';
src: url('fonts/ptsans_bold.eot');
src: url('fonts/ptsans_bold.eot?#iefix') format('embedded-opentype'),
url('fonts/ptsans_bold.woff') format('woff'),
url('fonts/ptsans_bold.ttf') format('truetype'),
url('fonts/ptsans_bold.svg') format('svg');
font-style: normal;
font-weight: bold;
text-rendering: optimizeLegibility;
}
/* GrueneType - for big distinctive headlines */
@font-face {
font-family: "GrueneType";
src: url("fonts/GrueneType.eot");
src: url("fonts/GrueneType.eot?#iefix")
format("embedded-opentype"),
url("fonts/GrueneType.woff2") format("woff2"),
url("fonts/GrueneType.woff") format("woff"),
url("fonts/GrueneType.ttf") format("truetype"),
url("fonts/GrueneType.svg#GrueneType-BlackCondensedItalic")
format("svg");
font-weight: 900;
font-style: italic;
font-display: swap;
}