summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2022-01-16 11:31:49 +0100
committerThomas Letan <lthms@soap.coffee>2022-01-16 11:31:49 +0100
commitbd685e7bf672b1e31d3c7f42eca3b7c516649f7a (patch)
tree0dc3429473174b688d3337386513b00ff3561b3e
parentRefine one more time the widths of the layout components (diff)
Use sans-serif font
-rw-r--r--site/cleopatra/theme.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index 4e105f4..628baf8 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -105,7 +105,7 @@ echo $((2 * (<<margin-width()>> + <<gutter-width()>>) + <<main-width()>>))
}
html {
- font-size: 1.2rem;
+ font-size: 1rem;
}
body {
@@ -254,6 +254,7 @@ h2, h3, h4 {
}
h1, h2, h3, h4 {
+ font-family: serif;
font-weight: normal;
}
@@ -367,7 +368,7 @@ td.commit {
#+begin_src css :tangle style.css
body {
- font-family: serif;
+ font-family: sans-serif;
color: var(--fg);
background: var(--bg);
}