UNPKG
hae-mobile-ui
Version:
latest (0.9.0)
0.9.0
Pure UI Library For Hae
hae-mobile-ui
/
src
/
styles
/
weui
/
base
/
variable
/
global.less
8 lines
(7 loc)
•
248 B
text/less
View Raw
1
2
3
4
5
6
7
8
// v1 font
@weuiFontEN:
-apple-system-font,
"Helvetica Neue"
;
@weuiFontCN:
"PingFang SC"
,
"Hiragino Sans GB"
,
"Microsoft YaHei"
;
@weuiFontSans:
sans-serif;
@weuiFontDefault:
@weuiFontEN
,
@weuiFontSans
;
// vux theme
@import
"../../../variable.less"
;