summaryrefslogtreecommitdiffstats
path: root/static/fonts/raleway/raleway.css
blob: 2ecfdc48af6e2620d85190e89eeda55618288b0e (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-SemiBold.woff2');
    font-weight: bold;
    font-style: normal;
}

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

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