改进 - 移除字体

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

View File

@@ -8,8 +8,6 @@
<meta name="revised" content="${blogTitle?html}, ${year}" />
<meta name="copyright" content="B3log" />
<meta http-equiv="Window-target" content="_top" />
<link href='http://fonts.useso.com/css?family=Neucha' rel='stylesheet' type='text/css' charset="utf-8" />
<link href='http://fonts.useso.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css' charset="utf-8" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<link href="${servePath}/blog-articles-rss.do" title="RSS" type="application/rss+xml" rel="alternate" />