Skip to content

Commit

Permalink
No absolute path for font
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Oct 23, 2018
1 parent c7b4502 commit 7ffcb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ ${emotionNormalize}
@font-face {
font-family: Aeonik;
src: url(/static/Aeonik-Bold.ttf);
src: url(static/Aeonik-Bold.ttf);
font-weight: bold;
}
@font-face {
font-family: Aeonik;
src: url(/static/Aeonik-Regular.ttf);
src: url(static/Aeonik-Regular.ttf);
}
html, body {
Expand Down

0 comments on commit 7ffcb98

Please sign in to comment.