summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-07 12:54:18 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-07 12:54:18 +0100
commit143cb9341d0d50c69da9900b4e721db1b66606cd (patch)
tree820e859443a34bc97f9a6a9e3f61231ba3b46cd0 /layouts/partials
parentb88206b14f5e90b454dcf8d3ac2b0662edf78302 (diff)
Improve font rendering
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/docs/html-head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html
index 5e7b90f..f7feadb 100644
--- a/layouts/partials/docs/html-head.html
+++ b/layouts/partials/docs/html-head.html
@@ -2,7 +2,7 @@
<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=Oxygen+Mono|Oxygen:300,400,700" rel="stylesheet">
+<link href="https://fonts.googleapis.com/css?family=Oxygen|Oxygen+Mono:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="/normalize.min.css">
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}