summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.md3
-rw-r--r--static/style.css2
2 files changed, 2 insertions, 3 deletions
diff --git a/index.md b/index.md
index 30946d9..e31ea1f 100644
--- a/index.md
+++ b/index.md
@@ -10,8 +10,7 @@ In my spare time, I've contributed to some tools for Source Engine games, most
notably [SST](https://mikes.software/sst) and my own
[rendertool](https://git.woz.blue/rt).
-I can be contacted by email at [me@woz.blue](mailto:me@woz.blue) or
-[woz@umich.edu](mailto:woz@umich.edu).
+I can be contacted by email at `me (at) woz.blue` or `woz (at) umich.edu`.
<details>
<summary>OpenPGP Public Key</summary>
diff --git a/static/style.css b/static/style.css
index c22d26c..47091c4 100644
--- a/static/style.css
+++ b/static/style.css
@@ -8,7 +8,7 @@ body {
}
code {
- font-family: "DejaVu Sans Mono", Consolas, monospace;
+ font-family: "Adwaita Mono", Consolas, "DejaVu Sans Mono", monospace;
font-size: 10pt;
}