mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 07:19:09 +00:00
feat: add Geist font files and update tailwind and global styles
This commit is contained in:
parent
4a08fe337b
commit
1e1c25549d
15 changed files with 130 additions and 3 deletions
|
@ -17,7 +17,7 @@ const config = {
|
|||
colors: {
|
||||
border: 'hsl(var(--border) / <alpha-value>)',
|
||||
input: 'hsl(var(--input) / <alpha-value>)',
|
||||
ring: 'hsl(var(--ring) / <alpha-value>)',
|
||||
ring: 'hsl(var(--ring))',
|
||||
background: 'hsl(var(--background) / <alpha-value>)',
|
||||
foreground: 'hsl(var(--foreground) / <alpha-value>)',
|
||||
primary: {
|
||||
|
@ -55,7 +55,7 @@ const config = {
|
|||
sm: 'calc(var(--radius) - 4px)'
|
||||
},
|
||||
fontFamily: {
|
||||
sans: [...fontFamily.sans]
|
||||
sans: ['var(--font-geist-sans)', ...fontFamily.sans]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue