更换 Google 字体库为国内的 360 镜像
This commit is contained in:
parent
680a5e1569
commit
7ae593eca5
@ -8,8 +8,8 @@
|
|||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Neucha' rel='stylesheet' type='text/css' charset="utf-8" />
|
<link href='http://fonts.useso.com/css?family=Neucha' rel='stylesheet' type='text/css' charset="utf-8" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' 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}/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 type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
/*
|
/*
|
||||||
* skin finding style
|
* skin finding style
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||||
* @version 1.0.0.0, Jun 4, 2015
|
* @version 1.0.0.0, Jun 4, 2015
|
||||||
*/
|
*/
|
||||||
/* start reset */
|
/* start reset */
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
/**
|
/**
|
||||||
* @fileoverview util and every page should be used.
|
* @fileoverview util and every page should be used.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||||
* @version 1.0.0.0, Jun 13, 2015
|
* @version 1.0.0.0, Jun 13, 2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
|
<link rel="stylesheet" type="text/css" href="//fonts.useso.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${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-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user