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