mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 12:56:57 +01:00
11 lines
298 B
SCSS
11 lines
298 B
SCSS
|
{{ 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 }}
|