added font faces iran yekan web

This commit is contained in:
hamid zarghami
2026-07-13 16:11:00 +03:30
parent 58c055de0b
commit 51e9f598c1
12 changed files with 76 additions and 86 deletions
+2 -22
View File
@@ -1,26 +1,6 @@
@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
color: #000;
}