style: add base-font-family (#6126)

This commit is contained in:
neverland
2020-04-24 22:14:13 +08:00
committed by GitHub
parent e1a7c6668d
commit 3265d68f90
4 changed files with 9 additions and 6 deletions
+2 -3
View File
@@ -1,6 +1,4 @@
/**
* Normalize
*/
@import './var';
html {
-webkit-tap-highlight-color: transparent;
@@ -8,6 +6,7 @@ html {
body {
margin: 0;
font-family: @base-font-family;
}
a {