-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: bold字体对应数字字重不正确 #1841
fix: bold字体对应数字字重不正确 #1841
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
Size Change: 0 B Total Size: 430 kB ℹ️ View Unchanged
|
你好, @lcx-seima CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lcx-seima CI run failed, please click the [Details] button for detailed log information and fix it. |
Codecov ReportBase: 77.16% // Head: 77.11% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1841 +/- ##
==========================================
- Coverage 77.16% 77.11% -0.06%
==========================================
Files 234 238 +4
Lines 11518 11711 +193
Branches 2449 2489 +40
==========================================
+ Hits 8888 9031 +143
- Misses 1258 1282 +24
- Partials 1372 1398 +26
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
🎉 This PR is included in version @antv/s2-v1.33.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* fix: bold字体对应数字字重不正确 * test: 修复失败的测试用例 * refactor: 优化代码
👀 PR includes
🐛 Bugfix
📝 Description
据 font-weight 定义 ,
bold
应对应700
数字字重。之前的 500 在 MacOS Chrome 下有粗体效果,但在 Safari 下没有。
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge