From 43ba9754085d7a710d3d629e70f873b16f267507 Mon Sep 17 00:00:00 2001 From: MAZE Date: Thu, 11 Apr 2024 15:37:11 +0330 Subject: [PATCH] style: change font path --- src/styles/fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/fonts.css b/src/styles/fonts.css index 72b5574..1832905 100644 --- a/src/styles/fonts.css +++ b/src/styles/fonts.css @@ -21,7 +21,7 @@ font-family: Inter; font-style: normal; font-weight: 500; - src: url('../fonts/inter-v13-latin-500.woff2') format('woff2'); + src: url('/fonts/inter-v13-latin-500.woff2') format('woff2'); font-display: swap; }