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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-10-24 00:02:04 +0300
committerZachary Betz <zwbetz@gmail.com>2018-10-24 00:02:04 +0300
commit7463bb4b972ad28c5f247b2e484c4ef6801b5193 (patch)
treedd40af651f779eb74474fefd10c45ab315686649 /layouts
parent2c96962b2768b3fe0b48e3c628589c8ecbe5d017 (diff)
Revert "Add config option for Google Font Roboto"
This reverts commit 578e4c1e80f63c13bfcc11d79e53d619342dcdf5.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html4
-rw-r--r--layouts/partials/style.html13
2 files changed, 0 insertions, 17 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2ad06e4..951fdc4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -28,10 +28,6 @@
{{ $bootstrapCss := "css/bootstrap.min.css" }}
<link rel="stylesheet" href="{{ $bootstrapCss | absURL }}" />
- {{ if eq .Site.Params.googleFontRoboto true }}
- <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">
- {{ end }}
-
{{ if .IsHome }}
{{ $homepage := "" }}{{ range first 1 .Site.Menus.nav }}{{ $homepage = .Name }}{{ end }}
<title>{{ $homepage }} | {{ .Site.Title }}</title>
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 89020d7..5938cc9 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -158,17 +158,4 @@ blockquote,
border-left: 5px solid #6c757d;
}
{{ end }}
-
-{{ if eq .Site.Params.googleFontRoboto true }}
-html,
-body,
-code,
-kbd,
-pre,
-samp,
-.tooltip
-.popover {
- font-family: 'Roboto', sans-serif;
-}
-{{ end }}
</style> \ No newline at end of file