mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
added views
This commit is contained in:
17
views/tailwind.config.js
Normal file
17
views/tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./routes/**/*.{html,js,svelte,ts,tmpl,gotmpl,gohtml}",
|
||||
"./transform/**/*.{html,js,svelte,ts,tmpl,gotmpl,gohtml}",
|
||||
],
|
||||
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