Custom fonts, better home styling, more comprehensive table

This commit is contained in:
2024-11-20 22:12:29 +01:00
parent 080cb1b490
commit d934136839
7 changed files with 124 additions and 96 deletions

View File

@@ -5,7 +5,9 @@ export default {
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
fontFamily: {
sans: ["Lato", "sans-serif"],
mono: ["JetBrains Mono", "monospace"],
},
},
plugins: [],
};