change font

This commit is contained in:
Flatlogic Bot 2025-05-07 14:18:22 +00:00
parent 3cdb753eb2
commit 1d5dcf9815
4 changed files with 13 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/ node_modules/
*/node_modules/ */node_modules/
*/build/ */build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{}

View File

@ -11,6 +11,10 @@ module.exports = {
gray: 'gray', gray: 'gray',
}, },
extend: { extend: {
fontFamily: {
sans: ['Comic Sans MS', 'Comic Sans', 'cursive'],
},
zIndex: { zIndex: {
'-1': '-1', '-1': '-1',
}, },