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

fonts.css « css « static - github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44776e3ee864104e75c01b583bc523a1b22c6d78 (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
66
67
68
69
70
71
72
@font-face{
    font-family: 'Fira Code';
    src: url('/fonts/FiraCode-Regular.eot');
    src: url('/fonts/FiraCode-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/FiraCode-Regular.woff2') format('woff2'),
         url('/fonts/FiraCode-Regular.woff') format('woff'),
         url('/fonts/FiraCode-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter_regular-webfont.eot');
    src: url('/fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter_regular-webfont.woff') format('woff'),
         url('/fonts/charter_regular-webfont.ttf') format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter_bold-webfont.eot');
    src: url('/fonts/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter_bold-webfont.woff') format('woff'),
         url('/fonts/charter_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter_italic-webfont.eot');
    src: url('/fonts/charter_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter_italic-webfont.woff') format('woff'),
         url('/fonts/charter_italic-webfont.ttf') format('truetype');
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter_bold_italic-webfont.eot');
    src: url('/fonts/charter_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter_bold_italic-webfont.woff') format('woff'),
         url('/fonts/charter_bold_italic-webfont.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/fonts/FiraSans-Book.eot');
    src: url('/fonts/FiraSans-Book.eot?#iefix') format('embedded-opentype'),
         url('/fonts/FiraSans-Book.woff2') format('woff2'),
         url('/fonts/FiraSans-Book.woff') format('woff'),
         url('/fonts/FiraSans-Book.ttf') format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/fonts/FiraSans-Bold.eot');
    src: url('/fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/FiraSans-Bold.woff2') format('woff2'),
         url('/fonts/FiraSans-Bold.woff') format('woff'),
         url('/fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: fallback;
}