mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
14 lines
205 B
JavaScript
14 lines
205 B
JavaScript
export default {
|
|
content: ['./src/front/**/*.{html,js,ts,css}'],
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
jersey: ['"Jersey 10"', 'sans-serif'],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|