Skip to content

Commit

Permalink
fix font path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdus Samad Azad authored Jun 25, 2020
1 parent a5e3935 commit 55b60ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charter/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@font-face {
font-family: Charter;
src: url("/fonts/Charter Regular.ttf"), url("./Charter Bold.ttf"),
src: url("./fonts/Charter Regular.ttf"), url("./Charter Bold.ttf"),
url("./Charter Bold Italic.ttf"), url("./Charter Italic.ttf");
}

0 comments on commit 55b60ce

Please sign in to comment.