summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2023-01-26 14:43:44 +0100
committerThomas Letan <lthms@soap.coffee>2023-01-26 14:43:44 +0100
commit815efde0b38a3c9776ded3719d2a32d25b91bb73 (patch)
treecb9c451dbf06427373d74bbb55e30369550b4bf6
parentStacked Git patch theory new blogpost (diff)
Inter is nice though
-rw-r--r--style.css4
-rw-r--r--templates/main.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 4637cd3..b74e0e6 100644
--- a/style.css
+++ b/style.css
@@ -51,7 +51,7 @@ html {
}
body {
- line-height: 1.3;
+ line-height: 1.4;
max-width: var(--body-width);
margin-left: auto;
margin-right: auto;
@@ -315,7 +315,7 @@ td.commit {
}
body {
- font-family: Roboto, sans-serif;
+ font-family: Inter, sans-serif;
color: var(--fg);
background: var(--bg);
}
diff --git a/templates/main.html b/templates/main.html
index fdf4626..85b1240 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -34,7 +34,7 @@
</p>
<p>
- I don’t like syntax highlighting, but I like
+ I didn’t like syntax highlighting, but I like
types and functional programming languages.
He/him.
</p>