summaryrefslogtreecommitdiffstats
path: root/static/fonts/raleway/raleway.css
blob: 709403d1eb227200fa6e2bd7798ad9baf70db927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Bold.woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Light.woff2');
    font-weight: lighter;
    font-style: normal;
}