-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fonts.css
59 lines (56 loc) · 2.34 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: 'relative-book-pro';
src: url('https://fonts.carbonplan.org/relative/relative-book-pro.eot');
src: url('https://fonts.carbonplan.org/relative/relative-book-pro.eot?#iefix')
format('embedded-opentype'),
url('https://fonts.carbonplan.org/relative/relative-book-pro.woff2')
format('woff2'),
url('https://fonts.carbonplan.org/relative/relative-book-pro.woff')
format('woff'),
url('https://fonts.carbonplan.org/relative/relative-book-pro.ttf')
format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'relative-medium-pro';
src: url('https://fonts.carbonplan.org/relative/relative-medium-pro.eot');
src: url('https://fonts.carbonplan.org/relative/relative-medium-pro.eot?#iefix')
format('embedded-opentype'),
url('https://fonts.carbonplan.org/relative/relative-medium-pro.woff2')
format('woff2'),
url('https://fonts.carbonplan.org/relative/relative-medium-pro.woff')
format('woff'),
url('https://fonts.carbonplan.org/relative/relative-medium-pro.ttf')
format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'relative-mono-11-pitch-pro';
src: url('https://fonts.carbonplan.org/relative/relative-mono-11-pitch-pro.eot');
src: url('https://fonts.carbonplan.org/relative/relative-mono-11-pitch-pro.eot?#iefix')
format('embedded-opentype'),
url('https://fonts.carbonplan.org/relative/relative-mono-11-pitch-pro.woff2')
format('woff2'),
url('https://fonts.carbonplan.org/relative/relative-mono-11-pitch-pro.woff')
format('woff'),
url('https://fonts.carbonplan.org/relative/relative-mono-11-pitch-pro.ttf')
format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'relative-faux-book-pro';
src: url('https://fonts.carbonplan.org/relative/relative-faux-book-pro.eot');
src: url('https://fonts.carbonplan.org/relative/relative-faux-book-pro.eot?#iefix')
format('embedded-opentype'),
url('https://fonts.carbonplan.org/relative/relative-faux-book-pro.woff2')
format('woff2'),
url('https://fonts.carbonplan.org/relative/relative-faux-book-pro.woff')
format('woff'),
url('https://fonts.carbonplan.org/relative/relative-faux-book-pro.ttf')
format('truetype');
font-weight: normal;
font-style: normal;
}