Skip to content

Commit 6ce4e06

Browse files
some changes to get fonts fixed
1 parent 83811b1 commit 6ce4e06

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

website/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ input[type="text"]:disabled {
99

1010
@font-face {
1111
font-family: "AleoSans";
12-
src: url("/assets/fonts/AleofontSans-Regular.otf") format("opentype");
12+
src: url("../public/AleofontSans-Regular.otf") format("opentype");
1313
font-weight: normal;
1414
font-style: normal;
1515
}

website/src/pages/Homepage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ a:nth-child(3) {
151151

152152
@font-face {
153153
font-family: "AleoSans";
154-
src: url("/assets/fonts/AleofontSans-Regular.otf") format("opentype");
154+
src: url("../../public/AleofontSans-Regular.otf") format("opentype");
155155
font-weight: normal;
156156
font-style: normal;
157157
}
File renamed without changes.

0 commit comments

Comments
 (0)