mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-kolloquium.git
synced 2025-10-28 08:45:33 +00:00
28 lines
559 B
JavaScript
28 lines
559 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./index.html",
|
|
"./kolloquien.html",
|
|
"./acta-baende.html",
|
|
"./studien.html",
|
|
"./kontakt.html",
|
|
"./datenschutzerklaerung.html",
|
|
"./main.js",
|
|
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
|
],
|
|
theme: {
|
|
fontFamily: {
|
|
sans: ['Biolinum G', 'Biolinum', 'sans-serif'],
|
|
serif: ['Libertine G', 'Libertine', 'serif'],
|
|
},
|
|
screens: {
|
|
'sm': '640px',
|
|
'md': '1024px',
|
|
'lg': '1344px',
|
|
'xl': '1440px',
|
|
'2xl': '1680px',
|
|
},
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|