aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/less/lib/fontface.less
blob: 0056e36d394c82f78cd265e760c2ed0a3965d8c2 (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
// ==========================================================================
// Fonts
// ==========================================================================

@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.plyr.io/static/fonts/gordita-light.woff2') format('woff2'),
        url('https://cdn.plyr.io/static/fonts/gordita-light.woff') format('woff2');
    font-weight: @font-weight-light;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.plyr.io/static/fonts/gordita-regular.woff2') format('woff2'),
        url('https://cdn.plyr.io/static/fonts/gordita-regular.woff') format('woff2');
    font-weight: @font-weight-regular;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.plyr.io/static/fonts/gordita-medium.woff2') format('woff2'),
        url('https://cdn.plyr.io/static/fonts/gordita-medium.woff') format('woff2');
    font-weight: @font-weight-medium;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.plyr.io/static/fonts/gordita-bold.woff2') format('woff2'),
        url('https://cdn.plyr.io/static/fonts/gordita-bold.woff') format('woff2');
    font-weight: @font-weight-bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.plyr.io/static/fonts/gordita-black.woff2') format('woff2'),
        url('https://cdn.plyr.io/static/fonts/gordita-black.woff') format('woff2');
    font-weight: @font-weight-black;
    font-style: normal;
    font-display: swap;
}