update default font-family
This commit is contained in:
parent
2a9d50c6b5
commit
d893ebdc1d
49 changed files with 298 additions and 277 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue