-
Notifications
You must be signed in to change notification settings - Fork 1
/
museo.css
32 lines (30 loc) · 1.29 KB
/
museo.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
@font-face {
font-family: 'museo300';
src: url('fonts/museo300-regular-webfont.eot');
src: url('fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/museo300-regular-webfont.woff2') format('woff2'),
url('fonts/museo300-regular-webfont.woff') format('woff'),
url('fonts/museo300-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'museo500';
src: url('fonts/museo500-regular-webfont.eot');
src: url('fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/museo500-regular-webfont.woff2') format('woff2'),
url('fonts/museo500-regular-webfont.woff') format('woff'),
url('fonts/museo500-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'museo700';
src: url('fonts/museo700-regular-webfont.eot');
src: url('fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/museo700-regular-webfont.woff2') format('woff2'),
url('fonts/museo700-regular-webfont.woff') format('woff'),
url('fonts/museo700-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}