diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-27 23:56:27 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-28 00:01:44 +0200 |
commit | b79be0ab3ac0290eee6f780d8b6c55e3ce888dea (patch) | |
tree | 447133ef81f948f9476d9b9cc22b1eed75e926ae | |
parent | cad07e4919f4879e6bcce95c488ac24a129b0260 (diff) |
tighten callout block: suppress icon; use sans-serif font
-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; +} |