Improve font rendering

This commit is contained in:
Alex Shpak
2018-11-07 12:54:18 +01:00
parent b88206b14f
commit 143cb9341d
7 changed files with 17 additions and 9 deletions
+5 -2
View File
@@ -1,6 +1,7 @@
<!DOCTYPE html>
{{- partial "docs/shared" -}}
<html>
<head>
{{ partial "docs/html-head" . }}
{{ partial "docs/inject/head" . }}
@@ -14,13 +15,13 @@
<nav role="navigation">
{{ partial "docs/brand" . }}
{{ partial "docs/inject/menu-before" . }}
{{ if .Site.Params.BookMenuBundle }}
{{ partial "docs/menu-bundle" . }}
{{ else }}
{{ partial "docs/menu-filetree" . }}
{{ end }}
{{ partial "docs/inject/menu-after" . }}
</nav>
</aside>
@@ -43,5 +44,7 @@
</main>
{{ partial "docs/inject/body" . }}
</body>
</html>