adding nice metronic font
This commit is contained in:
+5
-1
@@ -4,7 +4,11 @@ module.exports = {
|
||||
"./components/**/*.{js,ts,jsx,tsx}"
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
'poppins': ['"Poppins"', 'san serif']
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user