feat: add font family and global styles

This commit is contained in:
radishzzz 2025-01-18 11:09:36 +00:00
parent 8a3e01fb96
commit 0bfb9aab0a
134 changed files with 154 additions and 10 deletions

View file

@ -3,3 +3,12 @@
--uno-colors-backgroundStart: theme('colors.backgroundStart');
--uno-colors-backgroundEnd: theme('colors.backgroundEnd');
}
html {
--at-apply: 'min-h-full font-sans text-[62.5%] bg-gradient-to-b from-backgroundStart to-backgroundEnd c-primary antialiased scroll-smooth';
}
body {
--at-apply: 'min-h-screen text-[1.6rem] m-0';
}
h1, h2, h3 {
text-rendering: optimizeLegibility;
}