Remove 'Nunito' from the default sans font family in tailwind.config.js for a more streamlined font stack.
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 19s
CI / check (push) Successful in 23s
CI / build (push) Successful in 39s

This commit is contained in:
2025-12-24 20:06:25 -06:00
parent 92a8075ce7
commit 04e3359369

View File

@@ -14,7 +14,7 @@ export default {
'border-color': '#262626',
},
fontFamily: {
sans: ['Nunito', 'Inter', 'Segoe UI', 'system-ui', '-apple-system', 'sans-serif'],
sans: ['Inter', 'Segoe UI', 'system-ui', '-apple-system', 'sans-serif'],
},
},
},