🏗️」 wip(front): partial avatar implementation (a lot of reworks to do)

This commit is contained in:
y-syo
2025-10-23 14:46:15 +02:00
parent fa0449ba16
commit d20597ee6a
10 changed files with 181 additions and 52 deletions

View File

@ -1,7 +1,13 @@
export default {
content: ['./src/front/**/*.{html,js,ts,css}'],
theme: {
extend: {},
extend: {
fontFamily: {
jersey: ['"Jersey 10"', 'sans-serif'],
},
},
},
},
},
plugins: [],
}