From b986e43f4d3ba928bd461c65ed83a4b2f9b5a572 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 22 Nov 2018 01:16:58 +0100 Subject: [PATCH] Properly name a font folder --- public/500.html | 2 +- public/fonts/{muli-bold => muli}/Muli-Regular.woff | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename public/fonts/{muli-bold => muli}/Muli-Regular.woff (100%) diff --git a/public/500.html b/public/500.html index 94a21f21b..43761a561 100644 --- a/public/500.html +++ b/public/500.html @@ -29,7 +29,7 @@ } .new-h1{color:#333333;text-align:center;font-weight:bold;margin-bottom:60px;font-size:41px;margin-top:60px;} /*! CSS Used fontfaces */ - @font-face{font-family:"Muli";src:url(/fonts/muli-bold/Muli-Regular.woff) format("woff");font-weight:normal;font-style:normal;} + @font-face{font-family:"Muli";src:url(/fonts/muli/Muli-Regular.woff) format("woff");font-weight:normal;font-style:normal;} diff --git a/public/fonts/muli-bold/Muli-Regular.woff b/public/fonts/muli/Muli-Regular.woff similarity index 100% rename from public/fonts/muli-bold/Muli-Regular.woff rename to public/fonts/muli/Muli-Regular.woff