Skip to content

Commit 0430a98

Browse files
committed
fix(Font load): fix font load
1 parent 9866960 commit 0430a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Audio/ButtonAudio/ButtonAudio.module.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/settings/_typography.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ================ FONT FAMILY ================ */
22
@font-face {
33
font-family: Geologica;
4-
src: url('public/fonts/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf') format('ttf');
4+
src: url('../../../public/fonts/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf') format('ttf');
55
font-weight: 500;
66
font-display: swap;
77
}

0 commit comments

Comments
 (0)