mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-17 21:41:56 +08:00
21 lines
326 B
JavaScript
21 lines
326 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./src/**/*.{js,jsx,ts,tsx}",
|
|
],
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
Inter: ['Inter', 'sans-serif'],
|
|
Poppins: ['Poppins', 'sans-serif'],
|
|
Anek: ['Anek Latin', 'sans-serif'],
|
|
Nunito: ['Nunito', 'sans-serif']
|
|
|
|
|
|
|
|
}
|
|
},
|
|
},
|
|
plugins: [],
|
|
|
|
}
|