24 lines
506 B
CSS
24 lines
506 B
CSS
@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');
|
|
}
|
|
|