fix font .

This commit is contained in:
Gen 2024-03-06 19:14:32 -08:00 committed by GitHub
parent 9e6858e66d
commit 19c242ebe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,7 @@ body {
font-family: 'Urbanist'; font-family: 'Urbanist';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('../fonts/urbanist-v15-latin-regular.woff2') format('woff2'); src: url('./fonts/urbanist-v15-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
@ -147,7 +147,7 @@ body {
font-family: 'Urbanist'; font-family: 'Urbanist';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
src: url('../fonts/urbanist-v15-latin-700.woff2') format('woff2'); src: url('./fonts/urbanist-v15-latin-700.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }