feat: v2.5.8

This commit is contained in:
xushengni
2022-05-27 17:23:46 +08:00
parent f074d004de
commit b0c5853850
7 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
### v2.5.8 (2022-05-27)
#### Bugfixes
* fix: 优化默认字体序列
### v2.5.7 (2022-05-27)
#### Bugfixes

View File

File diff suppressed because one or more lines are too long

6
dist/style/weui.css vendored
View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "weui",
"version": "2.5.7",
"version": "2.5.8",
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
"keywords": [
"weui",

View File

@@ -9,7 +9,7 @@ body {
}
body {
font-family: -apple-system, system-ui, "Helvetica Neue", Helvetica, sans-serif;
font-family: system-ui, -apple-system, "Helvetica Neue", sans-serif;
}
ul {

View File

@@ -15,7 +15,7 @@
*/
// font
@weuiFontEN: -apple-system, system-ui, "Helvetica Neue";
@weuiFontEN: system-ui, -apple-system, "Helvetica Neue";
@weuiFontCN: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
@weuiFontSans: sans-serif;
@weuiFontDefault: @weuiFontEN, @weuiFontSans;