From 022c7827b8f0dbc98b9284561cdb866584fbaa8e Mon Sep 17 00:00:00 2001 From: o-tsaruk Date: Wed, 23 Aug 2023 10:48:23 +0300 Subject: [PATCH] updated font src --- styles/Home.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Home.module.css b/styles/Home.module.css index 1eb1a65..4c43882 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -2,7 +2,7 @@ @font-face { font-family: 'NeueMachina'; - src: url(./NeueMachina-Regular.ttf) format('woff'); + src: url(styles/NeueMachina-Regular.ttf) format('woff'); } .main {