decks/aarohan/lib/fonts/overpass/overpass.css
2026-07-29 11:47:46 +05:30

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');
}