chore(ui): setup base for Typography V2

Also removes Button stories for V1 component.
This commit is contained in:
Brian McGee
2025-05-29 15:51:54 +01:00
parent c375a39137
commit bbe14dbb3b
18 changed files with 549 additions and 150 deletions

View File

@@ -3,7 +3,7 @@ import type { Config } from "tailwindcss";
export const typography: Partial<Config["theme"]> = {
fontFamily: {
sans: ["Archivo", ...defaultTheme.fontFamily.sans],
sans: ["Archivo SemiCondensed", ...defaultTheme.fontFamily.sans],
},
fontSize: {
...defaultTheme.fontSize,