I made some updates to the code behind NathanielWard.net:
- Switched to common system fonts over Google Web Fonts, vastly speeding the site’s load time.
- Ripped out Google Analytics, both to speed up site loading and because I really don’t need to creep on my readers.
- Added support for dark mode via a CSS media query:
@media(prefers-color-scheme: dark) {}