summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-01 13:53:58 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-01 13:54:12 +0100
commitb88206b14f5e90b454dcf8d3ac2b0662edf78302 (patch)
treebdd28adce9cb06a49cd10c6d3c5452d0c4fcd6c4 /layouts
parent9a18fd18f123f7f768b9c54be8e6f455da38ad23 (diff)
Use Oxygen font
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/docs/html-head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html
index e127495..5e7b90f 100644
--- a/layouts/partials/docs/html-head.html
+++ b/layouts/partials/docs/html-head.html
@@ -2,8 +2,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{- template "title" . }} | {{ .Site.Title -}}</title>
-<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,700" rel="stylesheet">
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
+<link href="https://fonts.googleapis.com/css?family=Oxygen+Mono|Oxygen:300,400,700" rel="stylesheet">
+<link rel="stylesheet" href="/normalize.min.css">
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}"> \ No newline at end of file