Remove 'Nunito' from the default sans font family in tailwind.config.js for a more streamlined font stack.
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user