stop using cdns

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-01-31 16:02:54 -05:00
parent e97b2ce706
commit 1591b22a09
26 changed files with 9590 additions and 3 deletions

25
fonts/css/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('../webfonts/nunito-regular.woff2') format('woff2'),
url('../webfonts/nunito-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Nunito';
src: url('../webfonts/nunito-semibold.woff2') format('woff2'),
url('../webfonts/nunito-semibold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Nunito';
src: url('../webfonts/nunito-bold.woff2') format('woff2'),
url('../webfonts/nunito-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}