blob: 0e360dcd1f6a1397a30ab15509e96d80ac65ee27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
@font-face {
font-family: 'Overpass';
font-style: normal;
font-weight: bold;
font-display: auto;
src: url('overpass-bold.woff') format('woff');
}
@font-face {
font-family: 'Overpass';
font-style: normal;
font-weight: 500;
font-display: auto;
src: url('overpass-regular.woff') format('woff');
}
@font-face {
font-family: 'Overpass';
font-style: normal;
font-weight: normal;
font-display: auto;
src: url('overpass-light.woff') format('woff');
}
|