update fonts for better readability, removed satoshi font#419
update fonts for better readability, removed satoshi font#419sriramveeraghanta merged 1 commit intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (9)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe documentation site font system was migrated from Satoshi to Inter. The preload configuration was updated to reference a single Inter variable font file instead of multiple Satoshi font files. CSS font-face declarations were replaced with a single variable font definition, and typography properties were adjusted globally. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Replaced Satoshi font (4 static weight files, ~228KB) with Inter Variable (single woff2, ~344KB, weights 100–900) to match the developer docs site
Added font rendering optimizations (antialiased, grayscale, optimizeLegibility) and Inter OpenType features (cv01, cv02, zero)
Added typography tuning for .vp-doc body and headings (line-height, letter-spacing)
Fixed .api-endpoint-badge .method and .path to use var(--vp-font-family-mono) instead of hardcoded monospace
Updated font preload in config from Satoshi to Inter Variable
Type of Change
Summary by CodeRabbit