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

14 lines
317 B
CSS

@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url('quicksand-regular.woff') format('woff');
}
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
font-display: auto;
src: url('quicksand-bold.woff') format('woff');
}