From 201d0b319ff87ad20d293201e55cc61e897f7f49 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 25 Oct 2024 14:47:15 -0500 Subject: [PATCH] chg: Move the font to assets --- resources/{static => assets}/Montserrat-VF.woff2 | Bin resources/static/styles.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/{static => assets}/Montserrat-VF.woff2 (100%) diff --git a/resources/static/Montserrat-VF.woff2 b/resources/assets/Montserrat-VF.woff2 similarity index 100% rename from resources/static/Montserrat-VF.woff2 rename to resources/assets/Montserrat-VF.woff2 diff --git a/resources/static/styles.css b/resources/static/styles.css index 0130ac0..fafd7c3 100644 --- a/resources/static/styles.css +++ b/resources/static/styles.css @@ -3,7 +3,7 @@ @font-face { font-family: Montserrat; - src: url('Montserrat-VF.woff2'); + src: url('/assets/Montserrat-VF.woff2'); } * {