summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_TODO.md1
-rw-r--r--_quarto.yml2
-rw-r--r--styles.scss4
3 files changed, 5 insertions, 2 deletions
diff --git a/_TODO.md b/_TODO.md
index 1b22716..e4396f2 100644
--- a/_TODO.md
+++ b/_TODO.md
@@ -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;
+}