We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83811b1 commit 6ce4e06Copy full SHA for 6ce4e06
website/public/assets/fonts/AleofontSans-Regular.otf renamed to website/public/AleofontSans-Regular.otf
website/src/App.css
@@ -9,7 +9,7 @@ input[type="text"]:disabled {
9
10
@font-face {
11
font-family: "AleoSans";
12
- src: url("/assets/fonts/AleofontSans-Regular.otf") format("opentype");
+ src: url("../public/AleofontSans-Regular.otf") format("opentype");
13
font-weight: normal;
14
font-style: normal;
15
}
website/src/pages/Homepage.css
@@ -151,7 +151,7 @@ a:nth-child(3) {
151
152
153
154
+ src: url("../../public/AleofontSans-Regular.otf") format("opentype");
155
156
157
website/src/pages/TermsOfUse.tsx renamed to website/src/pages/TermsOfUse.jsx
0 commit comments