Skip to content

Commit

Permalink
fix: fix font-face path
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed Jan 30, 2021
1 parent 9342701 commit 9b8c3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/fonts.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: 'Futura';
src: url('futura_condensed_extra_bold_italic-webfont.woff2') format('woff2'),
url('futura_condensed_extra_bold_italic-webfont.woff') format('woff');
src: url('/futura_condensed_extra_bold_italic-webfont.woff2') format('woff2'),
url('/futura_condensed_extra_bold_italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}

1 comment on commit 9b8c3cf

@vercel
Copy link

@vercel vercel bot commented on 9b8c3cf Jan 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.