feat: add Geist font files and update tailwind and global styles

This commit is contained in:
Bart van der Braak 2024-01-17 23:39:54 +01:00
parent 4a08fe337b
commit 1e1c25549d
15 changed files with 130 additions and 3 deletions

View file

@ -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]
}
}
}