diff options
-rw-r--r-- | index.md | 3 | ||||
-rw-r--r-- | static/style.css | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -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; } |