summaryrefslogtreecommitdiff
path: root/_includes/fonts.scss
blob: bff4b44e51c18c52c9cf585edb9a24642b65ab55 (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
31
32
33
34
35
36
37
38
39
40
// 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;
}

// Source Code Pro
@font-face {
    font-family: 'source_code_pro';
    src: url('/assets/fonts/sourcecodepro-regular.eot');
    src: url('/assets/fonts/sourcecodepro-regular.woff') format('woff'),
        url('/assets/fonts/sourcecodepro-regular.ttf') format('truetype');
    font-weight: normal;
    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;
}