From d7be854aa8144ca971355b76715af2116300a216 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Wed, 13 Sep 2023 11:04:53 -0500 Subject: [PATCH] ok --- src/styles/fonts.css | 8 ++++++++ src/styles/global.module.css | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/styles/fonts.css b/src/styles/fonts.css index e83fd8b..cf8b7c6 100644 --- a/src/styles/fonts.css +++ b/src/styles/fonts.css @@ -8,6 +8,14 @@ format("opentype"); } +/* ANY usage of the Renogare font should also specify a fallback! Try the Poppins font. */ +/* @font-face { + font-family: "Renogare"; + src: url("../../public/fonts/Renogare/Renogare.woff") format("woff"), + url("../../public/fonts/Renogare/Renogare.woff2") format("woff2"), + url("../../public/fonts/Renogare/Renogare.otf") format("opentype"); +} */ + @font-face { font-family: "Poppins"; src: url("../../public/fonts/Poppins/Poppins.ttf") format("truetype"); diff --git a/src/styles/global.module.css b/src/styles/global.module.css index be468f1..0ecee02 100644 --- a/src/styles/global.module.css +++ b/src/styles/global.module.css @@ -1,5 +1,4 @@ @import url(./fonts.css); -@import url(./licensed/fonts.css); .link { text-decoration: none;