From 19c242ebe3b6e454159865b6fb006377fe66e270 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 19:14:32 -0800 Subject: [PATCH] fix font . --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 97158a0..a2dfa37 100644 --- a/style.css +++ b/style.css @@ -136,7 +136,7 @@ body { font-family: 'Urbanist'; font-style: normal; font-weight: 400; - src: url('../fonts/urbanist-v15-latin-regular.woff2') format('woff2'); + src: url('./fonts/urbanist-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ } @@ -147,7 +147,7 @@ body { font-family: 'Urbanist'; font-style: normal; font-weight: 700; - src: url('../fonts/urbanist-v15-latin-700.woff2') format('woff2'); + src: url('./fonts/urbanist-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }