Skip to content

Commit

Permalink
fix: leading slash on fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMeade committed Jun 20, 2024
1 parent c491afb commit 6fb4ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const kanit = Kanit({
});

const minbus = localFont({
src: `${prefix}/fonts/Minbus.otf`,
src: '/fonts/Minbus.otf',
});

const wxycTheme = extendTheme({
Expand Down

0 comments on commit 6fb4ed8

Please sign in to comment.