Skip to content

Commit 4068700

Browse files
Merge pull request #94 from jessicachitas/main
reroute font styles
2 parents 59f5a3f + 8e6d032 commit 4068700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
@font-face {
66
font-family: "Red Hat Display";
7-
src: url(assets/RedHatDisplay-VariableFont_wght.ttf);
7+
src: url(../assets/RedHatDisplay-VariableFont_wght.ttf);
88
}
99

1010
@font-face {
1111
font-family: "Red Hat Mono";
12-
src: url(assets/RedHatMono-VariableFont_wght.ttf);
12+
src: url(../assets/RedHatMono-VariableFont_wght.ttf);
1313
}
1414

1515
:root {

0 commit comments

Comments
 (0)