diff options
-rw-r--r-- | _TODO.md | 1 | ||||
-rw-r--r-- | _quarto.yml | 2 | ||||
-rw-r--r-- | styles.scss | 4 |
3 files changed, 5 insertions, 2 deletions
@@ -25,7 +25,6 @@ Til nummer 2 * fikseret topmenu * skrifter - * brug sans serif i faktabokse * indlejr monospace skrift, og check at den er aktiveret * lidt større manchet (hvis den beholdes) * fjern linje under h2 diff --git a/_quarto.yml b/_quarto.yml index bfdad27..5d6cefc 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -36,7 +36,7 @@ monofontoptions: title-block-banner: false -callout-appearance: simple +callout-appearance: minimal # tell latex where to locate images resource-path: diff --git a/styles.scss b/styles.scss index a058104..310c8a1 100644 --- a/styles.scss +++ b/styles.scss @@ -47,3 +47,7 @@ $input-btn-font-family: $font-family-sans-serif; q { quotes: "„" "”" "‚" "’"; } + +.callout { + font-family: $font-family-sans-serif; +} |