fix: remove cactus & netlify adapter and unused fonts

This commit is contained in:
Levente Orban
2025-09-01 11:43:47 +02:00
parent 4a2defe1f8
commit d998aff383
4 changed files with 4 additions and 12 deletions

View File

@@ -4,9 +4,7 @@ export default {
theme: {
extend: {
fontFamily: {
mono: ['JetBrains Mono', 'Fira Code', 'monospace'],
display: ['Inter', 'system-ui', 'sans-serif'],
sans: ['Inter', 'system-ui', 'sans-serif']
mono: ['JetBrains Mono', 'Fira Code', 'monospace']
}
}
}