You've already forked AstralRinth
forked from didirus/AstralRinth
Move fonts folder + Update setup docs for Vite
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user