You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## **Description**
This PR bumps the version to 6.0.1 to release the font family name fix
from #522.
1. Reason for change: Release version 6.0.1 with the CentraNo1 font name
fix
2. Improvement:
- Updates CHANGELOG.md to document the 6.0.1 release
- Bumps package versions from 6.0.0 to 6.0.1
- Includes fix from #522 that standardizes CentraNo1 font name without
space
## **Related issues**
Releases: #522 - Font family name standardization fix
## **Manual testing steps**
1. Use the publish preview release in
MetaMask/metamask-extension#31303
2. See font family issue is resolved
## **Screenshots/Recordings**
### **Before**
Using `@metamask/design-tokens@v6.0.0` in the extension makes all fonts
that use the CSS varibale --font-family-sans fallback to Helvetica Neue
<img width="1511" alt="Screenshot 2025-03-27 at 11 38 05 AM"
src="https://github.com/user-attachments/assets/cd31f378-7085-4962-87fc-9db953cfdf62"
/>
### **After**
CentraNo1 displays correctly using the publish preview version
<img width="1508" alt="Screenshot 2025-03-27 at 11 41 05 AM"
src="https://github.com/user-attachments/assets/5c8f7f1e-dd25-4cd0-ac28-b02bbd983558"
/>
## **Pre-merge author checklist**
- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs)
- [x] I've completed the PR template to the best of my ability
- [x] I've included tests if applicable
- [x] I've documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I've applied the right labels on the PR
## **Pre-merge reviewer checklist**
- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
0 commit comments