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

github.com/damiencaselli/hugo-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:19:11 +0300
committerDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:19:11 +0300
commit68ab82b83d934b5fcb94fe8da1e54f6a76dcf8f7 (patch)
treede07723dc7c9a62d1c03e01430daa2458eeffb0e
parentc146fda6363974aaf97d6f3a20a0dad47c802c31 (diff)
fix(fonts): stop using google fonts
-rw-r--r--layouts/partials/top.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/partials/top.html b/layouts/partials/top.html
index 1ef2e86..9ca3aba 100644
--- a/layouts/partials/top.html
+++ b/layouts/partials/top.html
@@ -22,12 +22,7 @@
<meta name="description" content="{{ .Description }}">
{{- end }}
- {{- if .Site.Params.useCDN | default false }}
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Arvo:400,700">
- {{- else }}
<link rel="stylesheet" href="{{ "css/fonts.css" | relURL }}">
- {{- end }}
-
<link rel="stylesheet" href="{{ "css/highlight.css" | relURL }}">
<link rel="stylesheet" href="{{ "css/journal.css" | relURL }}">
<link href="{{ "index.xml" | relURL }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">