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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/css.html b/layouts/partials/css.html
index 702e969..405fecd 100644
--- a/layouts/partials/css.html
+++ b/layouts/partials/css.html
@@ -1,7 +1,7 @@
<style>
html body {
- font-family: {{ .Site.Params.font }}, sans-serif;
+ font-family: '{{ .Site.Params.font }}', sans-serif;
background-color: {{ .Site.Params.backgroundColor | default "white" }};
}