summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2023-01-16 10:33:28 +0100
committerThomas Letan <lthms@soap.coffee>2023-01-16 10:33:28 +0100
commit004025cd6dcd4e8cd411e44c047951e53c86a75d (patch)
tree3e459397224a3c16888b7d4840fe90cffe8f5170
parentReword excerpt for first article on Stacked Git (diff)
Roboto is nice, so let's use it if user has it installed
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 13c8ac1..4637cd3 100644
--- a/style.css
+++ b/style.css
@@ -315,7 +315,7 @@ td.commit {
}
body {
- font-family: sans-serif;
+ font-family: Roboto, sans-serif;
color: var(--fg);
background: var(--bg);
}