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-11 08:34:04 +0300
committerJoway.CI <joway.w@gmail.com>2019-11-11 08:34:04 +0300
commit9c962d294cffbe3e835c719e7317616df4ec5f2f (patch)
treec5dab1147b6d6a451629c515b7686aa23d914b0a
parent14830196386c960166fb5eb64109e3558f49501c (diff)
use 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 b0c8bb5..0071dfc 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.loli.net/css?family=Arvo|Permanent+Marker" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Arvo|Permanent+Marker" rel="stylesheet">
<!-- quicklink require -->
<!-- <script>
/* Disable minification (remove `.min` from URL path) for more info