feat: use montserrat as app font#819
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR introduces Montserrat web font to the application by adding resource loading directives in the HTML head with connection preoptimization and updating the body element's font-family CSS rule to prioritize Montserrat over system fonts. ChangesFont Loading
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
Summary
Updates the app’s main font to Montserrat.
What Changed
fonts.googleapis.comandfonts.gstatic.com.400,500,600,700, and800.bodyfont stack to use Montserrat first, with the existing system sans-serif stack as fallback.Why
Montserrat gives the app a more consistent branded typography baseline while preserving reliable fallback behavior across modern browsers.
Browser Support
Google Fonts serves Montserrat in modern web font formats such as WOFF2, which are supported by all modern browsers. The app also retains the existing fallback stack:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serifSummary by CodeRabbit