fix: path
This commit is contained in:
parent
b5944ae7a8
commit
622860aa0c
|
|
@ -2,7 +2,7 @@
|
||||||
/* Deserta */
|
/* Deserta */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Deserta';
|
font-family: 'Deserta';
|
||||||
src: url(../public/fonts/Deserta.woff) format('woff');
|
src: url(/fonts/Deserta.woff) format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
/* Inter Variable */
|
/* Inter Variable */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
src: url(../public/fonts/Inter-VariableFont_opsz_wght.woff) format('woff-variations'),
|
src: url(/fonts/Inter-VariableFont_opsz_wght.woff) format('woff-variations'),
|
||||||
url(../public/fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype-variations');
|
url(/fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype-variations');
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue