Update index.html - fixed fonts url

This commit is contained in:
Nilesh Savani 2024-12-30 22:29:32 -05:00 committed by GitHub
parent 20780b65db
commit 73980111d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,21 +6,21 @@
<!-- These are the fonts used in the app -->
<link
rel="preload"
href="/fonts/fonts/CircularXXWeb-Medium.woff2"
href="/fonts/CircularXXWeb-Medium.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/fonts/fonts/CircularXXWeb-Book.woff2"
href="/fonts/CircularXXWeb-Book.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/fonts/fonts/CircularXXWeb-Regular.woff2"
href="/fonts/CircularXXWeb-Regular.woff2"
as="font"
type="font/woff2"
crossorigin