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;