From 776b27aa525c5c1d8eb2b303acd95ad3c81abdd8 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Mon, 18 Aug 2025 14:46:11 -0400 Subject: email spac prevention, fonts --- index.md | 3 +-- static/style.css | 2 +- 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`.
OpenPGP Public Key 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; } -- cgit v1.2.3-54-g00ecf