summaryrefslogtreecommitdiff
path: root/_content/html.tmpl
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2023-06-01 18:40:44 +0700
committerShulhan <m.shulhan@gmail.com>2023-06-01 18:40:44 +0700
commitd60480dffb753881bc17b184bf33a0a73aefd101 (patch)
tree677eb7c953600b014b4b86c86e24f967c884b99d /_content/html.tmpl
parentbea18378aaffc18d3559c18f4144811237084234 (diff)
downloadgolang-id-web-d60480dffb753881bc17b184bf33a0a73aefd101.tar.xz
all: gunakan font dari Go
Font ini dapat diambil di https://go.dev/blog/go-fonts.
Diffstat (limited to '_content/html.tmpl')
-rw-r--r--_content/html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/_content/html.tmpl b/_content/html.tmpl
index 172e1f2..06d3a83 100644
--- a/_content/html.tmpl
+++ b/_content/html.tmpl
@@ -10,6 +10,7 @@
<title>{{.Title}}</title>
<link rel="stylesheet" href="/assets/style.css" />
+ <link rel="stylesheet" href="/assets/fonts/go/stylesheet.css" />
{{- range .Styles}}
<link rel="stylesheet" href="{{.}}" />