stop using cdns for fonts
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
f30e5c1596
commit
facb807b81
18 changed files with 61 additions and 2 deletions
25
styles/nunito.css
Normal file
25
styles/nunito.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue