@lucidcms/admin
Version:
The admin SolidJS SPA for Lucid CMS.
52 lines (50 loc) • 1.18 kB
CSS
/* Postcss/Vite/tailwind build in core doesnt like these within the index.css ?? */
@font-face {
font-family: "Inter";
src: url("./fonts/inter-light.woff2") format("woff2");
font-style: normal;
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("./fonts/inter-regular.woff2") format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("./fonts/inter-medium.woff2") format("woff2");
font-style: normal;
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("./fonts/inter-semibold.woff2") format("woff2");
font-style: normal;
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("./fonts/inter-bold.woff2") format("woff2");
font-style: normal;
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: "Archivo";
src: url("./fonts/archivo-bold.woff2") format("woff2");
font-style: normal;
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: "Archivo";
src: url("./fonts/archivo-black.woff2") format("woff2");
font-style: normal;
font-weight: 900;
font-display: swap;
}