@douyinfe/semi-ui 2.42.0-beta.0 → 2.42.0
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/dist/css/semi.css +1 -0
- package/dist/css/semi.min.css +1 -1
- package/package.json +2 -2
package/dist/css/semi.css
CHANGED
|
@@ -4694,6 +4694,7 @@ body {
|
|
|
4694
4694
|
font-weight: 600;
|
|
4695
4695
|
font-size: 14px;
|
|
4696
4696
|
line-height: 20px;
|
|
4697
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4697
4698
|
white-space: nowrap;
|
|
4698
4699
|
color: var(--semi-color-text-2);
|
|
4699
4700
|
}
|