summaryrefslogtreecommitdiff
path: root/_exts/taler_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/source-serif-pro.css
blob: 697763fc17dedb54cc25e82365f79eff05e6a44d (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('EOT/SourceSerifPro-ExtraLight.eot') format('embedded-opentype'),
         url('WOFF/OTF/SourceSerifPro-ExtraLight.otf.woff') format('woff'),
         url('OTF/SourceSerifPro-ExtraLight.otf') format('opentype'),
         url('TTF/SourceSerifPro-ExtraLight.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('EOT/SourceSerifPro-Light.eot') format('embedded-opentype'),
         url('WOFF/OTF/SourceSerifPro-Light.otf.woff') format('woff'),
         url('OTF/SourceSerifPro-Light.otf') format('opentype'),
         url('TTF/SourceSerifPro-Light.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('EOT/SourceSerifPro-Regular.eot') format('embedded-opentype'),
         url('WOFF/OTF/SourceSerifPro-Regular.otf.woff') format('woff'),
         url('OTF/SourceSerifPro-Regular.otf') format('opentype'),
         url('TTF/SourceSerifPro-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('EOT/SourceSerifPro-Semibold.eot') format('embedded-opentype'),
         url('WOFF/OTF/SourceSerifPro-Semibold.otf.woff') format('woff'),
         url('OTF/SourceSerifPro-Semibold.otf') format('opentype'),
         url('TTF/SourceSerifPro-Semibold.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('EOT/SourceSerifPro-Bold.eot') format('embedded-opentype'),
         url('WOFF/OTF/SourceSerifPro-Bold.otf.woff') format('woff'),
         url('OTF/SourceSerifPro-Bold.otf') format('opentype'),
         url('TTF/SourceSerifPro-Bold.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('EOT/SourceSerifPro-Black.eot') format('embedded-opentype'),
         url('WOFF/OTF/SourceSerifPro-Black.otf.woff') format('woff'),
         url('OTF/SourceSerifPro-Black.otf') format('opentype'),
         url('TTF/SourceSerifPro-Black.ttf') format('truetype');
}