From cf648cc4effd8410c84f0861c96984bc7a18ae98 Mon Sep 17 00:00:00 2001 From: sulaman Date: Mon, 30 Aug 2021 12:04:19 +0500 Subject: [PATCH] used relative url for fonface without . instead used / nnly --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 89969b2..54c6e1e 100644 --- a/index.css +++ b/index.css @@ -16,11 +16,11 @@ body{ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); @font-face { font-family: Gilroybold; - src: url("./Assets/fonts/Gilroy-ExtraBold.otf") format("opentype"); + src: url("/Assets/fonts/Gilroy-ExtraBold.otf") format("opentype"); } @font-face { font-family: Gilroylight; - src: url("./Assets/fonts/Gilroy-Light.otf") format("opentype"); + src: url("/Assets/fonts/Gilroy-Light.otf") format("opentype"); } .GlB{ font-family:Gilroybold ;