改进 - 移除字体

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

@@ -84,7 +84,7 @@ a:hover {
.header .left a, .sub-title {
color: #FFFFFF;
font-family: 'Neucha','\5fae\8f6f\96c5\9ed1,Arial,Verdana,sans-serif';
font-family: '\5fae\8f6f\96c5\9ed1',Arial,Verdana,sans-serif;
font-size: 46px;
text-decoration: none;
}
@@ -118,7 +118,7 @@ a:hover {
.header .right li a {
color: #FFFFFF;
font-family: 'Reenie Beanie','sans-serif';
font-family: 'sans-serif';
font-size: 45px;
text-decoration: none;
font-weight: bold;
@@ -126,7 +126,7 @@ a:hover {
.header .right li a:hover {
color: #DDDDDD;
font-family: 'Neucha','sans-serif';
font-family: 'sans-serif';
}
/* main */
@@ -140,7 +140,7 @@ a:hover {
font-size: 20px;
line-height: 145%;
margin-bottom: 18px;
font-family: 'Neucha', '\5fae\8f6f\96c5\9ed1';
font-family: '\5fae\8f6f\96c5\9ed1';
}
.main-footer {
@@ -480,7 +480,7 @@ a:hover {
}
.article-relative h4 {
font-family: 'Neucha','\5fae\8f6f\96c5\9ed1',Arial,Verdana;
font-family: '\5fae\8f6f\96c5\9ed1',Arial,Verdana;
font-size: 16px;
}

File diff suppressed because one or more lines are too long