This commit is contained in:
MeowcaTheoRange 2023-09-13 11:04:53 -05:00
parent 63c6eb6c2f
commit d7be854aa8
2 changed files with 8 additions and 1 deletions

View file

@ -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");

View file

@ -1,5 +1,4 @@
@import url(./fonts.css);
@import url(./licensed/fonts.css);
.link {
text-decoration: none;