Skip to content

Commit

Permalink
Update font path in index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Agarwal committed Jan 17, 2024
1 parent 523be8f commit 9a34f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {

@font-face {
font-family: 'PPEditorial';
src: url('../public/fonts/PPEditorialNew-Regular.otf') format('opentype');
src: url('./fonts/PPEditorialNew-Regular.otf') format('opentype');
}

code {
Expand Down

0 comments on commit 9a34f98

Please sign in to comment.