-
Notifications
You must be signed in to change notification settings - Fork 0
/
fonts.css
59 lines (48 loc) · 1.37 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
@font-face {
font-family: 'GothamPro';
src: url('./fonts/GothamPro.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-Bold';
src: url('./fonts/GothamPro-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-BoldItalic';
src: url('./fonts/GothamPro-BoldItalic.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-Italic';
src: url('./fonts/GothamPro-Italic.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-Light';
src: url('./fonts/GothamPro-Light.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-LightItalic';
src: url('./fonts/GothamPro-LightItalic.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-Medium';
src: url('./fonts/GothamPro-Medium.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-MediumItalic';
src: url('./fonts/GothamPro-MediumItalic.ttf') format('truetype');
}
@font-face {
font-family: 'GothamProNarrow-Bold';
src: url('./fonts/GothamProNarrow-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'GothamProNarrow-Medium';
src: url('./fonts/GothamProNarrow-Medium.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-Black';
src: url('./fonts/GothamPro-Black.ttf') format('truetype');
}
@font-face {
font-family: 'GothamPro-BlackItalic';
src: url('./fonts/GothamPro-BlackItalic.ttf') format('truetype');
}