Skip to content

Commit

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

0 comments on commit 964cf4c

Please sign in to comment.