Skip to content

Commit

Permalink
fix font url
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Jan 12, 2024
1 parent 0093778 commit 6838001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@font-face {
font-family: my-font;
src: url("/personal-jekyll-theme/fonts/MavenPro-Regular.ttf");
src: url("{{site.baseurl}}/fonts/MavenPro-Regular.ttf");
}

/*!
Expand Down

0 comments on commit 6838001

Please sign in to comment.