Add iran yekan x fonts

This commit is contained in:
marzban-dev
2024-12-14 18:21:16 +03:30
parent 724dfba5b6
commit 19b2c86be3
5 changed files with 138 additions and 50 deletions
+3 -2
View File
@@ -4,6 +4,7 @@
@import "./typo.utils.css";
@import "./button.comp.css";
@import "./input.comp.css";
@import "./fonts/iran-yekan-x.css"
@theme {
/* COLORS */
@@ -107,7 +108,7 @@
--font-lato: "Lato", sans-serif;
--font-inter: "Inter", sans-serif;
--font-dmsans: "DM Sans", sans-serif;
--font-iran-yekan-x: "IRANYekanXVF, sans-serif";
--font-iran-yekan-x: "IRANYekanXVF", "sans-serif";
/* BREAKPOINTS */
--breakpoint-3xl: 1700px;
@@ -132,4 +133,4 @@
@screen xl {
padding-inline: 5rem;
}
}
}