-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.css
More file actions
31 lines (26 loc) · 756 Bytes
/
fonts.css
File metadata and controls
31 lines (26 loc) · 756 Bytes
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
@font-face {
font-family: 'GT Zirkon';
src: url('fonts/GT-Zirkon-Regular.woff') format('woff2'),
url('fonts/GT-Zirkon-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GT Zirkon';
src: url('fonts/GT-Zirkon-Black.woff') format('woff2'),
url('fonts/GT-Zirkon-Black.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Space Mono';
src: url('fonts/SpaceMono-Regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Space Mono';
src: url('fonts/SpaceMono-Bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}