From 55b60ce45a76783ead0ff153b69e411b82557d21 Mon Sep 17 00:00:00 2001 From: Abdus Samad Azad Date: Thu, 25 Jun 2020 13:34:38 +0530 Subject: [PATCH] fix font path issue --- charter/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charter/index.css b/charter/index.css index a5118a0..b4a50ad 100644 --- a/charter/index.css +++ b/charter/index.css @@ -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"); }