-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_type.scss
executable file
·52 lines (42 loc) · 1.57 KB
/
_type.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
44
45
46
47
48
49
50
51
52
/* Aften Screen */
@font-face {
font-family: 'Aften Screen';
src: url('aften_screen.eot');
src: url('aften_screen.eot?#iefix') format('embedded-opentype'),
url('aften_screen.woff') format('woff'),
url('aften_screen.ttf') format('truetype'),
url('aften_screen.svg#aften_screenregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Aften Screen';
src: url('aften_screen_italic.eot');
src: url('aften_screen_italic.eot?#iefix') format('embedded-opentype'),
url('aften_screen_italic.woff') format('woff'),
url('aften_screen_italic.ttf') format('truetype'),
url('aften_screen_italic.svg#aften_screenitalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Aften Screen';
src: url('aften_screen_bold.eot');
src: url('aften_screen_bold.eot?#iefix') format('embedded-opentype'),
url('aften_screen_bold.woff') format('woff'),
url('aften_screen_bold.ttf') format('truetype'),
url('aften_screen_bold.svg#aften_screenbold') format('svg');
font-weight: bold;
font-style: normal;
}
/* Aften Screen SC */
@font-face {
font-family: 'Aften Screen SC';
src: url('aften_screen_sc.eot');
src: url('aften_screen_sc.eot?#iefix') format('embedded-opentype'),
url('aften_screen_sc.woff') format('woff'),
url('aften_screen_sc.ttf') format('truetype'),
url('aften_screen_sc.svg#aften_screen_scregular') format('svg');
font-weight: normal;
font-style: normal;
}