combine CSS

This commit is contained in:
Joshua Seigler 2025-06-08 19:57:31 -04:00
parent 165efe1d03
commit 6f46726e92
5 changed files with 11 additions and 7 deletions

View file

@ -1,16 +0,0 @@
@font-face {
font-family: FTAurebesh;
font-style: normal;
font-weight: 500;
font-display: block;
src: url("ftaurebesh-medium.woff2") format("woff2");
size-adjust: 125%;
}
@font-face {
font-family: FTAurebesh;
font-style: normal;
font-weight: 700;
font-display: block;
src: url("ftaurebesh-bold.woff2") format("woff2");
size-adjust: 125%;
}

View file

@ -1,14 +0,0 @@
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url("InterVariable.woff2") format("woff2");
}
@font-face {
font-family: Inter;
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url("InterVariable-Italic.woff2") format("woff2");
}