Skip to content

Commit 1464cdb

Browse files
authored
add config.toml support for different fonts
1 parent caab8f4 commit 1464cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/sass/override.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$body-bg: {{ if .Param "style.backgroundColor" }}{{ .Param "style.backgroundColor"}}{{ else }}#f8f9fa{{ end }};
33
$body-color: {{ if .Param "style.fontColor" }}{{ .Param "style.fontColor"}}{{ else }}#212529{{ end }};
44
$home-image-border-color: {{ if .Param "style.homeImageBorderColor" }}{{ .Param "style.homeImageBorderColor"}}{{ else }}#ffffff{{ end }};
5-
$font-family-base: "Helvetica Neue", Arial, sans-serif;
5+
$font-family-base: {{ if .Param "style.fontFamilyBase"}}{{ .Param "style.fontFamilyBase"}},{{end}}"Helvetica Neue", Arial, sans-serif;
66
$font-size-base: 0.95rem;
77
@import "../../node_modules/bootstrap/scss/bootstrap";
88

0 commit comments

Comments
 (0)