1
0

Move fonts folder + Update setup docs for Vite

This commit is contained in:
venashial
2022-07-28 23:34:43 -07:00
parent fa3cbbee67
commit e73b6bc39e
7 changed files with 44 additions and 33 deletions

View File

@@ -25,7 +25,7 @@
font-style: normal;
font-weight: 400;
font-display: fallback;
src: local(''), url('/assets/fonts/InterRegular.woff2') format('woff2');
src: local(''), url('/fonts/InterRegular.woff2') format('woff2');
}
/* inter-600 - latin */
@@ -34,7 +34,7 @@
font-style: normal;
font-weight: 600;
font-display: fallback;
src: local(''), url('/assets/fonts/InterSemiBold.woff2') format('woff2');
src: local(''), url('/fonts/InterSemiBold.woff2') format('woff2');
}
/* inter-700 - latin */
@@ -43,6 +43,6 @@
font-style: normal;
font-weight: 700;
font-display: fallback;
src: local(''), url('/assets/fonts/InterBold.woff2') format('woff2');
src: local(''), url('/fonts/InterBold.woff2') format('woff2');
}
}