prose/styles/nunito.css
Naman Sood facb807b81 stop using cdns for fonts
Signed-off-by: Naman Sood <mail@nsood.in>
2022-01-31 16:53:03 -05:00

25 lines
708 B
CSS

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 31, 2022 */
@font-face {
font-family: 'Nunito';
src: url('/fonts/nunito-regular.woff2') format('woff2'),
url('/fonts/nunito-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Nunito';
src: url('/fonts/nunito-semibold.woff2') format('woff2'),
url('/fonts/nunito-semibold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Nunito';
src: url('/fonts/nunito-bold.woff2') format('woff2'),
url('/fonts/nunito-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}