From 5014fe7f15a5c79a08336dbbc3af813ed4860149 Mon Sep 17 00:00:00 2001 From: Nacroni <60831747+Nacroni@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:50:02 -0500 Subject: [PATCH] Fixed names of files to match with file name Fix an issue of "Frutiger_bold.woff" and "frutiger.woff" being named incorrectly --- webroot/css/weatherscan.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/css/weatherscan.css b/webroot/css/weatherscan.css index b861826..addf0ff 100644 --- a/webroot/css/weatherscan.css +++ b/webroot/css/weatherscan.css @@ -58,13 +58,13 @@ } @font-face { font-family: Frutiger; - src: url(/fonts/newfonts/Frutiger.woff) format("woff"); + src: url(/fonts/newfonts/frutiger.woff) format("woff"); font-weight: 400; font-style: normal } @font-face { font-family: Frutiger; - src: url(/fonts/newfonts/Frutiger_Bold.woff) format("woff"); + src: url(/fonts/newfonts/Frutiger_bold.woff) format("woff"); font-weight: bold; font-style: normal }