mirror of
https://github.com/Theodor-Springmann-Stiftung/webseite.git
synced 2025-10-29 09:15:34 +00:00
Initial
This commit is contained in:
14
tailwind.config.js
Normal file
14
tailwind.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./src/**/*.{html,js,svelte,ts,tmpl,liquid}", "./index.html"],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
script: ["Rancho", "ui-serif"],
|
||||
sans: ['"Source Sans 3"', '"Merriweather Sans"', "ui-sans-serif"],
|
||||
serif: ['"Merriweather"', "ui-serif"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user