update default font-family

This commit is contained in:
梁灏 2019-02-22 17:42:57 +08:00
parent 2a9d50c6b5
commit d893ebdc1d
49 changed files with 298 additions and 277 deletions

View file

@ -22,8 +22,10 @@
// Base
@body-background : #fff;
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
@code-family : Consolas,Menlo,Courier,monospace;
@font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
@code-family : 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
@title-color : #17233d;
@text-color : #515a6e;
@font-size-base : 14px;