Skip to content

Commit f72af24

Browse files
committed
Changed the path of the custom font and format so font now shows properly
1 parent c1155ef commit f72af24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ body,
174174

175175
@font-face {
176176
font-family: 'Ahsing';
177-
src: url('../public/ahsing-regular.otf') format("otf");
177+
src: url('/ahsing-regular.otf') format("opentype");
178178
font-style: normal;
179179
font-weight: 700;
180180
font-display: swap;

0 commit comments

Comments
 (0)