mirror of
https://github.com/Tencent/weui.git
synced 2026-03-13 08:02:03 +08:00
feat: v2.5.8
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
### v2.5.8 (2022-05-27)
|
||||
|
||||
#### Bugfixes
|
||||
* fix: 优化默认字体序列
|
||||
|
||||
|
||||
|
||||
### v2.5.7 (2022-05-27)
|
||||
|
||||
#### Bugfixes
|
||||
|
||||
2
dist/example/example.css
vendored
2
dist/example/example.css
vendored
File diff suppressed because one or more lines are too long
6
dist/style/weui.css
vendored
6
dist/style/weui.css
vendored
File diff suppressed because one or more lines are too long
4
dist/style/weui.min.css
vendored
4
dist/style/weui.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user