Build [v1.14.22]

This commit is contained in:
2026-04-23 16:16:04 +03:00
parent e5bb14d945
commit 7c4441a962
25 changed files with 335 additions and 602 deletions

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Fira+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&family=Fira+Sans&display=swap');
@tailwind base;
@tailwind components;
@@ -18,11 +18,12 @@ body {
color: var(--foreground);
background-color: var(--background);
font-family: var(--font-sans);
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-code);
font-weight: 600;
font-weight: 400;
}
/* Custom Scrollbar Styling */