-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.css
35 lines (30 loc) · 1.23 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
@font-face {
font-family: 'ubunturegular';
src: url('fonts/ubuntu/ubuntu-r.eot');
src: url('fonts/ubuntu/ubuntu-r.eot?#iefix') format('embedded-opentype'),
url('fonts/ubuntu/ubuntu-r.svg') format('svg'),
url('fonts/ubuntu/ubuntu-r.woff') format('woff'),
url('fonts/ubuntu/ubuntu-r.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'playbold';
src: url('fonts/play/play-bold.eot');
src: url('fonts/play/play-bold.eot?#iefix') format('embedded-opentype'),
url('fonts/play/play-bold.svg') format('svg'),
url('fonts/play/play-bold.woff') format('woff'),
url('fonts/play/play-bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'familiar_probold';
src: url('fonts/familiar/familiar_pro-bold.eot');
src: url('fonts/familiar/familiar_pro-bold.eot?#iefix') format('embedded-opentype'),
url('fonts/familiar/familiar_pro-bold.svg#familiar_probold') format('svg'),
url('fonts/familiar/familiar_pro-bold.woff') format('woff'),
url('fonts/familiar/familiar_pro-bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}