fix: icons not loading on seqta pages

This commit is contained in:
SethBurkart123
2026-03-18 09:52:43 +11:00
parent 50de668d01
commit 6edffd0306
+15
View File
@@ -26,12 +26,27 @@
font-display: swap;
}
@font-face {
font-family: "IconFamily";
src: url("@/resources/fonts/IconFamily.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: block;
}
@layer base, override;
@layer override {
* {
font-family: Rubik, sans-serif !important;
}
.iconFamily,
.iconFamily *,
[class~="iconFamily"],
[class~="iconFamily"] * {
font-family: "IconFamily" !important;
}
}
html {