-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.css
executable file
·41 lines (36 loc) · 1.07 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
@font-face {
font-family: 'bebas';
font-weight: normal;
font-style: normal;
src: url('http://www.cs.cmu.edu/~vseshadr/fonts/bebas.otf') format('opentype');
}
@font-face {
font-family: 'mate';
font-weight: normal;
font-style: normal;
src: url("http://www.cs.cmu.edu/~vseshadr/fonts/Mate-Regular.ttf") format('truetype');
}
@font-face {
font-family: 'mate';
font-weight: normal;
font-style: italic;
src: url("http://www.cs.cmu.edu/~vseshadr/fonts/Mate-Italic.ttf") format('truetype');
}
@font-face {
font-family: 'gentium';
font-weight: normal;
font-style: normal;
src: url("http://www.cs.cmu.edu/~vseshadr/fonts/gentium/GenBasR.ttf") format('truetype');
}
@font-face {
font-family: 'gentium';
font-weight: normal;
font-style: italic;
src: url("http://www.cs.cmu.edu/~vseshadr/fonts/gentium/GenBasI.ttf") format('truetype');
}
@font-face {
font-family: 'anke';
font-weight: normal;
font-style: normal;
src: url("http://www.cs.cmu.edu/~vseshadr/fonts/anke/anke-sans.ttf") format('truetype');
}