-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebfonts.css
120 lines (99 loc) · 2.49 KB
/
webfonts.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
112
113
114
115
116
117
118
119
/* GOOGLE FONT API */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic);
@font-face {
font-family: CABNDWebBold;
src: url("/fonts/CABNDWebBold.otf") format("opentype");
}
@font-face {
font-family: Delicious;
src: url("/fonts/Delicious-Roman.otf") format("opentype");
}
@font-face {
font-family: "Delicious Heavy";
src: url("/fonts/Delicious-Heavy.otf") format("opentype");
}
@font-face {
font-family: "Graublau Sans";
src: url("/fonts/GraublauWeb.otf") format("opentype");
}
@font-face {
font-family: "Graublau Sans";
font-weight: 900;
src: url("/fonts/GraublauWebBold.otf") format("opentype");
}
@font-face {
font-family: "Linden Hill";
src: url("/fonts/Linden Hill.otf") format("truetype");
}
@font-face {
font-family: "Linden Hill";
font-style: italic;
src: url("/fonts/Linden Hill Italic.otf") format("truetype");
}
@font-face {
font-family: Myndraine;
src: url("/fonts/Myndraine.otf") format("opentype");
}
/* TRUETYPE */
@font-face {
font-family: Fanwood;
src: url("/fonts/GenBkBasR.ttf") format("opentype");
}
@font-face {
font-family: Fanwood;
font-style: italic;
src: url("/fonts/fanwood-webfont.ttf") format("opentype");
}
@font-face {
font-family: "Gentium Book";
src: url("/fonts/GenBkBasR.ttf") format("opentype");
}
@font-face {
font-family: "Gentium Book";
font-weight: bold;
src: url("/fonts/GenBkBasB.ttf") format("opentype");
}
@font-face {
font-family: "Gentium Book";
font-style: italic;
src: url("/fonts/GenBkBasI.ttf") format("opentype");
}
@font-face {
font-family: "Gentium Book";
font-weight: bold;
font-style: italic;
src: url("/fonts/GenBkBasBI.ttf") format("truetype");
}
@font-face {
font-family: Junction;
src: url("/fonts/Junction.ttf") format("truetype");
}
@font-face {
font-family: Merriweather;
src: url("/fonts/Merriweather.ttf") format("truetype");
}
@font-face {
font-family: "OCR A Extended";
src: url("/fonts/OCR A Extended.ttf") format("truetype");
}
@font-face {
font-family: "Sorts Mill Goudy";
src: url("/fonts/GoudyStM-webfont.ttf") format("truetype");
}
@font-face {
font-family: "Sorts Mill Goudy";
font-style: italic;
src: url("/fonts/GoudyStM-Italic-webfont.ttf") format("truetype");
}
@font-face {
font-family: Teletype;
src: url("/fonts/Teletype.ttf") format("truetype");
}
@font-face {
font-family: "Traveling Typewriter";
src: url("/fonts/TravelingTypewriter.ttf") format("truetype");
}
@font-face {
font-family: Village;
src: url("/fonts/Village.ttf") format("truetype");
}