feat(font): inter default font, monospace untouched

This commit is contained in:
2026-07-20 18:59:33 +02:00
parent b1cc3a837a
commit 1311c79479
5 changed files with 36 additions and 0 deletions
+36
View File
@@ -1,6 +1,42 @@
@import "tailwindcss";
@import "@catppuccin/tailwindcss/macchiato.css";
@theme {
--font-family-sans: Inter, ui-sans-serif, system-ui, sans-serif;
}
@font-face {
font-family: "Inter";
src: url("./assets/fonts/Inter-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("./assets/fonts/Inter-Medium.woff2") format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("./assets/fonts/Inter-SemiBold.woff2") format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("./assets/fonts/Inter-Bold.woff2") format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
.ui-btn {
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.