@semi-bot/semi-theme-fnos 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/scss/_font.scss CHANGED
@@ -1,6 +1,6 @@
1
1
  @mixin font-size-header-1 {
2
2
  font-size: 32px;
3
- font-family: 'PingFang SC',Lantinghei SC, 'Microsoft YaHei',HanHei SC, 'Helvetica Neue',Open Sans,Hiragino Sans GB, 微软雅黑,STHeiti,WenQuanYi Micro Hei, Arial,SimSun, sans-serif;
3
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
4
4
  line-height: 44px;
5
5
 
6
6