This commit is contained in:
2025-12-31 18:14:12 +08:00
parent 0a03945b91
commit 418a304051
10 changed files with 627 additions and 32 deletions

11
tokens.config.ts Normal file
View File

@@ -0,0 +1,11 @@
import { defineTheme } from "pinceau";
export default defineTheme({
typography: {
// This will change the general line-break size
letterSpacings: {
tight: "-0.035em",
wide: "0.035em",
},
},
});