mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-07-26 08:23:57 +08:00
chore: migrate to Bun, update deps and add Nuxt Fonts
- Replace pnpm with Bun (bun.lock, remove pnpm-lock.yaml) - Add @nuxt/fonts module and configure Iconify icons - Add NUXT_OG_IMAGE_SECRET for multi-instance OG image signing - Update dependencies to latest versions - Simplify Tailwind font configuration - Add trustedDependencies and overrides for unhead packages
This commit is contained in:
@@ -20,14 +20,7 @@ export default {
|
||||
"text-muted": "rgb(104, 120, 152)",
|
||||
},
|
||||
fontFamily: {
|
||||
sans: [
|
||||
'"Inter"',
|
||||
"system-ui",
|
||||
"-apple-system",
|
||||
"BlinkMacSystemFont",
|
||||
'"Segoe UI"',
|
||||
"sans-serif",
|
||||
],
|
||||
sans: ['"Inter"', "ui-sans-serif", "system-ui", "sans-serif"],
|
||||
},
|
||||
spacing: {
|
||||
"safe-x": "max(1rem, env(safe-area-inset-left))",
|
||||
|
||||
Reference in New Issue
Block a user