Skip to content

feat: unify font stack with alloomi reference design#162

Merged
Peefy merged 2 commits into
mainfrom
feat/unified-font-stack-from-alloomi
Jun 11, 2026
Merged

feat: unify font stack with alloomi reference design#162
Peefy merged 2 commits into
mainfrom
feat/unified-font-stack-from-alloomi

Conversation

@Peefy

@Peefy Peefy commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Align font configurations across apps/web and apps/marketing with the alloomi project reference
  • Add Roboto font via next/font/google with --font-roboto CSS variable
  • Add --font-noto-serif variable to Noto_Serif_SC
  • Complete font-sans and font-serif stacks with proper cross-platform fallbacks

Changes

apps/web

  • layout.tsx: Import Roboto from next/font/google, configure --font-roboto variable, add --font-noto-serif variable to existing Noto_Serif_SC
  • globals.css: Update CSS variables:
    • --font-sans: var(--font-roboto) → Noto Sans SC → Source Han Sans SC → PingFang SC → Microsoft YaHei → Helvetica Neue → system
    • --font-serif: var(--font-noto-serif) → Noto Serif SC → Source Han Serif SC → Songti SC → Georgia

apps/marketing

  • globals.css: Complete font stacks with Source Han Sans/SC, Microsoft YaHei, Segoe UI fallbacks; standardize font family names

🤖 Generated with Claude Code

Align font configurations across apps/web and apps/marketing with
the alloomi project reference:

- apps/web: add Roboto font via next/font with --font-roboto variable,
  add --font-noto-serif variable to Noto_Serif_SC, complete font-sans
  and font-serif stacks with proper fallbacks
- apps/marketing: complete font stacks with Source Han Sans/SC, Microsoft
  YaHei, Segoe UI fallbacks; standardize font family names

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openloomi.ai Ready Ready Preview, Comment Jun 11, 2026 2:24am

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Peefy Peefy merged commit 0d0f480 into main Jun 11, 2026
6 checks passed
@Peefy Peefy deleted the feat/unified-font-stack-from-alloomi branch June 11, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant