Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/joway/hugo-theme-yinyang.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoway.CI <joway.w@gmail.com>2019-11-10 20:33:41 +0300
committerJoway.CI <joway.w@gmail.com>2019-11-10 20:33:41 +0300
commit14830196386c960166fb5eb64109e3558f49501c (patch)
treebf0d4b5809263695f6f20f959a10c6cb655e9a71
parent753eb7e538b2b14f272868d22e32d20d28f42199 (diff)
replace google fonts
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 0071dfc..b0c8bb5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -33,7 +33,7 @@
<link rel="stylesheet" href="{{ .Site.Params.staticPrefix }}{{ "css/index.css" | relURL }}">
<link href="{{ .Site.Params.staticPrefix }}{{ "index.xml" | relURL }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
<!-- fonts -->
- <link href="https://fonts.googleapis.com/css?family=Arvo|Permanent+Marker" rel="stylesheet">
+ <link href="https://fonts.loli.net/css?family=Arvo|Permanent+Marker" rel="stylesheet">
<!-- quicklink require -->
<!-- <script>
/* Disable minification (remove `.min` from URL path) for more info