summaryrefslogtreecommitdiff
path: root/_sass/tiny/_fonts.scss
blob: 1b60da6c26b555c4ab78ea47fb857c369e343537 (plain)
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
// Open Sans
@font-face {
    font-family: 'open_sans';
    src: url('/assets/fonts/OpenSans-Light.eot');
    src: url('/assets/fonts/OpenSans-Light.woff') format('woff'),
        url('/assets/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

// Merriweather
@font-face {
    font-family: 'merriweather_light';
    src: url('/assets/fonts/merriweather-lightitalic-webfont.eot');
    src: url('/assets/fonts/merriweather-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/merriweather-lightitalic-webfont.woff') format('woff'),
         url('/assets/fonts/merriweather-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather_light';
    src: url('/assets/fonts/merriweather_light-webfont.eot');
    src: url('/assets/fonts/merriweather_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/merriweather_light-webfont.woff') format('woff'),
         url('/assets/fonts/merriweather_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}