Skip to content

Commit

Permalink
fix: path to local font
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTay committed Jan 20, 2025
1 parent 93054a6 commit bc5e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@font-face {
font-family: 'Inconsolata Nerd Font Mono';
font-style: normal;
src: url('./InconsolataNerdFontMono-Regular.ttf');
src: url('/InconsolataNerdFontMono-Regular.ttf');
}
body {
overflow: hidden;
Expand Down

0 comments on commit bc5e19b

Please sign in to comment.