mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 08:13:41 -05:00
frontend fixes as proposed by @Hex-4
This commit is contained in:
parent
6cc3829c63
commit
801aa9ce3f
3 changed files with 12 additions and 2 deletions
|
|
@ -3,6 +3,11 @@ export default {
|
|||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
fontFamily: {
|
||||
'display': ['Inter'],
|
||||
'sans': ['Inter'],
|
||||
'body': ['Inter']
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue