chore: updating fonts from centrano1 to geist#586
Merged
Conversation
Mrtenz
approved these changes
Jun 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Snaps Directory typography to use the Geist font family instead of CentraNo1, aligning with recent decisions from design leadership and branding team to standardize on Geist across MetaMask products.
Changes Made
Font Assets
✅ Added Geist font files:
Geist-Regular.woff2(400 weight)Geist-RegularItalic.woff2(400 weight italic)Geist-Medium.woff2(500 weight)Geist-MediumItalic.woff2(500 weight italic)Geist-Bold.woff2(700 weight)Geist-BoldItalic.woff2(700 weight italic)❌ Removed CentraNo1 font files:
CentraNo1-Book.woff2CentraNo1-Book-Italic.woff2CentraNo1-Medium.woff2CentraNo1-Medium-Italic.woff2CentraNo1-Bold.woff2CentraNo1-Bold-Italic.woff2Configuration Updates
src/assets/fonts/fonts.css: Updated all@font-facedeclarations to use'Geist'family name and new font file pathssrc/theme/fonts.ts: Updated body font stack from"Centra No1"to"Geist"src/theme/index.test.ts: Updated test expectations to reflect new font familyFont Weight Mapping
Impact
Testing
Screenhots/Screencast
Before
before720.mov
After
after720.mov