-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathfonts.css
148 lines (124 loc) · 3.33 KB
/
fonts.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
/* Gentium Book Basic by Victor Gaultney et al
http://software.sil.org/gentium/
SIL Open Font License 1.1
*/
@font-face {
font-family: "Gentium Book Basic";
font-style: normal;
src: url("./font/GenBkBasR.ttf") format("truetype");
}
@font-face {
font-family: "Gentium Book Basic";
font-style: italic;
src: url("./font/GenBkBasI.ttf") format("truetype");
}
@font-face {
font-family: "Gentium Book Basic";
font-weight: bold;
font-style: normal;
src: url("./font/GenBkBasB.ttf") format("truetype");
}
@font-face {
font-family: "Gentium Book Basic";
font-weight: bold;
font-style: italic;
src: url("./font/GenBkBasBI.ttf") format("truetype");
}
/* Lora by Olga Karpushina and Alexei Vanyashin
http://www.cyreal.org/2012/07/lora/
SIL Open Font License 1.1
*/
@font-face {
font-family: "Lora";
font-style: normal;
src: url("./font/Lora-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Lora";
font-style: italic;
src: url("./font/Lora-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Lora";
font-weight: bold;
font-style: normal;
src: url("./font/Lora-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Lora";
font-weight: bold;
font-style: italic;
src: url("./font/Lora-BoldItalic.ttf") format("truetype");
}
/* Libre Baskerville by Pablo Impallari and Rodrigo Fuenzalida
http://www.impallari.com/projects/overview/libre-baskerville
SIL Open Font License 1.1
*/
@font-face {
font-family: "Libre Baskerville";
font-style: normal;
src: url("./font/LibreBaskerville-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Libre Baskerville";
font-style: italic;
src: url("./font/LibreBaskerville-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Libre Baskerville";
font-weight: bold;
font-style: normal;
src: url("./font/LibreBaskerville-Bold.ttf") format("truetype");
}
/* Source Sans Pro by Paul D. Hunt
http://www.adobe.com/products/type/font-information/source-sans-pro-readme.html
SIL Open Font License 1.1
*/
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
src: url("./font/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Source Sans Pro";
font-style: italic;
src: url("./font/SourceSansPro-It.ttf") format("truetype");
}
@font-face {
font-family: "Source Sans Pro";
font-weight: bold;
font-style: normal;
src: url("./font/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Source Sans Pro";
font-weight: bold;
font-style: italic;
src: url("./font/SourceSansPro-BoldIt.ttf") format("truetype");
}
/* Source Code Pro by Paul D. Hunt
http://www.adobe.com/products/type/font-information/source-code-pro-readme.html
SIL Open Font License 1.1
*/
@font-face {
font-family: "Source Code Pro";
font-style: normal;
src: url("./font/SourceCodePro-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Source Code Pro";
font-style: italic;
src: url("./font/SourceCodePro-It.ttf") format("truetype");
}
@font-face {
font-family: "Source Code Pro";
font-weight: bold;
font-style: normal;
src: url("./font/SourceCodePro-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Source Code Pro";
font-weight: bold;
font-style: italic;
src: url("./font/SourceCodePro-BoldIt.ttf") format("truetype");
}