-
Notifications
You must be signed in to change notification settings - Fork 9
/
stylesheet.css
63 lines (58 loc) · 2.42 KB
/
stylesheet.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
/*
* Web Fonts from fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2014 Fontspring
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: Mark Simonson Studio
* License URL: http://www.fontspring.com/licenses/mark-simonson-studio/webfont
*/
@font-face {
font-family: 'Proxima Nova';
src: url('ProximaNova-Bold-webfont.eot');
src: url('ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('ProximaNova-Bold-webfont.woff2') format('woff2'),
url('ProximaNova-Bold-webfont.woff') format('woff'),
url('ProximaNova-Bold-webfont.ttf') format('truetype'),
url('ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
font-weight: bold;
}
@font-face {
font-family: 'Proxima Nova';
src: url('ProximaNova-Reg-webfont.eot');
src: url('ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
url('ProximaNova-Reg-webfont.woff2') format('woff2'),
url('ProximaNova-Reg-webfont.woff') format('woff'),
url('ProximaNova-Reg-webfont.ttf') format('truetype'),
url('ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
}
@font-face {
font-family: 'Proxima Nova Semibold';
src: url('ProximaNova-Sbold-webfont.eot');
src: url('ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
url('ProximaNova-Sbold-webfont.woff2') format('woff2'),
url('ProximaNova-Sbold-webfont.woff') format('woff'),
url('ProximaNova-Sbold-webfont.ttf') format('truetype'),
url('ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
font-weight: bold;
}
@font-face {
font-family: 'Proxima Nova Thin';
src: url('ProximaNova-Thin-webfont.eot');
src: url('ProximaNova-Thin-webfont.eot?#iefix') format('embedded-opentype'),
url('ProximaNova-Thin-webfont.woff2') format('woff2'),
url('ProximaNova-Thin-webfont.woff') format('woff'),
url('ProximaNova-Thin-webfont.ttf') format('truetype'),
url('ProximaNova-Thin-webfont.svg#proxima_nova_ththin') format('svg');
font-weight: normal;
}