Welcome to mirror list, hosted at ThFree Co, Russian Federation.

source-sans-pro.css « source-sans-pro « fonts « theme « dist « reveal.js-master « revealjs « vendor « static - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0707a4f8691b2ccb3711805afa58587ccc862291 (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
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-regular.eot');
    src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
         url('source-sans-pro-regular.woff') format('woff'),
         url('source-sans-pro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-italic.eot');
    src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
         url('source-sans-pro-italic.woff') format('woff'),
         url('source-sans-pro-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-semibold.eot');
    src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
         url('source-sans-pro-semibold.woff') format('woff'),
         url('source-sans-pro-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-semibolditalic.eot');
    src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('source-sans-pro-semibolditalic.woff') format('woff'),
         url('source-sans-pro-semibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}