hugo-tufte/assets/scss/hugo-tufte-options.scss

11 lines
298 B
SCSS
Raw Normal View History

{{ if and (isset .Site.Params "sanssubtitle") .Site.Params.sansSubtitle }}
h2, h3 {
font-style: normal;
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif, "Noto Emoji";
}
{{ end }}
{{ if and (isset .Site.Params "centerarticle") .Site.Params.centerArticle }}
// tba
{{ end }}