feat: replace design system tokens with zine direction palette and typography

This commit is contained in:
Jennie Robinson Faber 2026-04-02 21:04:25 +01:00
parent 30ac314a74
commit 238d68d063
4 changed files with 173 additions and 629 deletions

View file

@ -3,6 +3,22 @@ export default defineNuxtConfig({
compatibilityDate: "2025-07-15",
devtools: { enabled: process.env.NODE_ENV !== "production" },
modules: ["@nuxt/eslint", "@nuxt/ui", "@nuxtjs/plausible"],
app: {
head: {
link: [
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
{
rel: "preconnect",
href: "https://fonts.gstatic.com",
crossorigin: "",
},
{
rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&family=Commit+Mono&display=swap",
},
],
},
},
build: {
transpile: ["vue-cal"],
},