feat(cli): add Open Sans font

This commit is contained in:
chenjiahan
2020-09-26 22:25:22 +08:00
parent 6148cdf154
commit b460a3fd7a
4 changed files with 157 additions and 5 deletions
@@ -1,4 +1,5 @@
@import './var';
@import './font.less';
body {
min-width: 1100px;
@@ -6,9 +7,9 @@ body {
overflow-x: auto;
color: @van-doc-black;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB',
'Microsoft Yahei', sans-serif;
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui',
'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
background-color: @van-doc-background-color;
-webkit-font-smoothing: antialiased;
}