Skip to content

Commit

Permalink
fix font location for production
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagovandieten committed Feb 3, 2024
1 parent 71fe346 commit ec96441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
font-family: 'SEGA LOGO FONT';
font-style: normal;
font-weight: normal;
src: local('SEGA LOGO FONT'), url('../../SEGA.woff') format('woff');
src: local('SEGA LOGO FONT'), url('/SEGA.woff') format('woff');
}

h1 {
Expand Down

0 comments on commit ec96441

Please sign in to comment.