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

14 lines
347 B
CSS

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