summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2025-08-18 14:46:11 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2025-08-18 14:46:11 -0400
commit776b27aa525c5c1d8eb2b303acd95ad3c81abdd8 (patch)
treeb8891e3e1586f197e032f0f2e553ffa75706a627
parenta839a9c6b285bdb38280218b7107c9d92341630b (diff)
downloadsite-776b27aa525c5c1d8eb2b303acd95ad3c81abdd8.tar.gz
site-776b27aa525c5c1d8eb2b303acd95ad3c81abdd8.zip
email spac prevention, fontsHEADmaster
-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;
}