stop using cdns for fonts

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-01-31 16:53:03 -05:00
parent f30e5c1596
commit facb807b81
18 changed files with 61 additions and 2 deletions

25
styles/nunito.css Normal file
View file

@ -0,0 +1,25 @@
/*! 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;
}