改进 - 移除字体

This commit is contained in:
Vanesssa
2016-09-08 10:22:42 +08:00
parent 949693f107
commit 4e4e27a6ed
31 changed files with 13 additions and 421 deletions

View File

@@ -32,7 +32,7 @@ html {
body {
height: 100%;
max-height: 100%;
font-family: "Merriweather", "Microsoft Yahei", 'Helvetica';
font-family: "Microsoft Yahei", 'Helvetica';
letter-spacing: 0.01rem;
font-size: 1.8rem;
line-height: 1.75em;
@@ -428,7 +428,7 @@ pre code, pre tt {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: "Merriweather", "Microsoft Yahei", 'Helvetica';
font-family: "Microsoft Yahei", 'Helvetica';
outline: none;
}

File diff suppressed because one or more lines are too long