Added custom fonts and did minor adjustments

This commit is contained in:
2023-11-02 11:01:24 +01:00
parent 22fedb4d54
commit 3b83c92183
8 changed files with 20 additions and 6 deletions

View File

@@ -6,6 +6,10 @@ export default {
],
theme: {
extend: {},
fontFamily: {
'sans': ['Raleway'],
'mono': ["Sono"],
}
},
plugins: [],
}