From bd685e7bf672b1e31d3c7f42eca3b7c516649f7a Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sun, 16 Jan 2022 11:31:49 +0100 Subject: Use sans-serif font --- site/cleopatra/theme.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'site/cleopatra/theme.org') 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 * (<> + <>) + <>)) } 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); } -- cgit v1.2.3