frontend fixes as proposed by @Hex-4

This commit is contained in:
Micha Albert 2024-08-01 21:38:24 +00:00
parent 6cc3829c63
commit 801aa9ce3f
3 changed files with 12 additions and 2 deletions

View file

@ -3,6 +3,11 @@ export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
fontFamily: {
'display': ['Inter'],
'sans': ['Inter'],
'body': ['Inter']
}
},
plugins: [],
}