Skip to content

Commit

Permalink
fix font import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Jan 22, 2024
1 parent 6eee8d7 commit e8a255c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: "bagnardregular";
src: url("/fonts/bagnard-webfont.woff2") format("woff2"),
url("/fonts/bagnard-webfont.woff") format("woff");
src: url("/blogs/fonts/bagnard-webfont.woff2") format("woff2"),
url("/blogs/fonts/bagnard-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit e8a255c

Please sign in to comment.