-
Notifications
You must be signed in to change notification settings - Fork 12
/
fonts.css
39 lines (36 loc) · 1.52 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
@font-face {
font-family: 'twig-24';
src:url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-24.eot');
src:url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-24.eot?#iefix') format('embedded-opentype'),
url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-24.woff') format('woff'),
url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-24.ttf') format('truetype'),
url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-24.svg#Icons') format('svg');
font-weight: normal;
font-style: normal;
}
.twig-24 {
font-family: 'twig-24';
font-variant: normal;
font-weight: normal;
speak: none;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
@font-face {
font-family: 'twig-16';
src:url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-16.eot');
src:url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-16.eot?#iefix') format('embedded-opentype'),
url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-16.woff') format('woff'),
url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-16.ttf') format('truetype'),
url('https://raw.githubusercontent.com/Wiredcraft/twig/master/fonts/twig-16.svg#Icons') format('svg');
font-weight: normal;
font-style: normal;
}
.twig-16 {
font-family: 'twig-16';
font-variant: normal;
font-weight: normal;
speak: none;
text-transform: none;
-webkit-font-smoothing: antialiased;
}