This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_fonts.scss
43 lines (40 loc) · 1.66 KB
/
_fonts.scss
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
@font-face {
font-family: 'MuseoSans500';
src: font_url('museosans_500-webfont.eot');
src: font_url('museosans_500-webfont.eot?iefix') format('eot'),
font_url('museosans_500-webfont.woff') format('woff'),
font_url('museosans_500-webfont.ttf') format('truetype'),
font_url('museosans_500-webfont.svg#webfontkQkWxTED') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Sans Narrow';
src: font_url('pt_sans_narrow-webfont.eot');
src: font_url('pt_sans_narrow-webfont.eot?#iefix') format('embedded-opentype'),
font_url('pt_sans_narrow-webfont.woff') format('woff'),
font_url('pt_sans_narrow-webfont.ttf') format('truetype'),
font_url('pt_sans_narrow-webfont.svg#PTSansNarrowRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Sans Bold';
src: font_url('pt_sans_bold-webfont.eot');
src: font_url('pt_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
font_url('pt_sans_bold-webfont.woff') format('woff'),
font_url('pt_sans_bold-webfont.ttf') format('truetype'),
font_url('pt_sans_bold-webfont.svg#PTSansBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Sans';
src: font_url('pt_sans-webfont.eot');
src: font_url('pt_sans-webfont.eot?#iefix') format('embedded-opentype'),
font_url('pt_sans-webfont.woff') format('woff'),
font_url('pt_sans-webfont.ttf') format('truetype'),
font_url('pt_sans-webfont.svg#PTSansRegular') format('svg');
font-weight: normal;
font-style: normal;
}