Browse Source

body字体设置修改

pull/132/head
zq 6 days ago
parent
commit
e15dc6c8eb
  1. 2
      src/style/theme/common.scss

2
src/style/theme/common.scss

@ -8,7 +8,7 @@ html {
"Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
font-family: var(--font-chinese);
font-family: var(--font-chinese) !important;
font-size: 14px;
margin: 0;
width: 100vw;

Loading…
Cancel
Save