diff options
-rw-r--r-- | index.md | 8 | ||||
-rw-r--r-- | static/style.css | 11 |
2 files changed, 12 insertions, 7 deletions
@@ -3,10 +3,14 @@ title: Home lang: en_US --- -Hi, I'm Matthew Wozniak. I'm interested in graphics programming, firmware -engineering, and OS design. +Hi, I'm Matthew Wozniak. Currently a high school senior, I am interested in +firmware engineering, CPU design, and reverse engineering. In my spare time, I've contributed to some tools for Source Engine games, most notably [SST](https://mikes.software/sst). I can be contacted by email at [me@woz.blue](mailto:me@woz.blue). + +` +gpg --keyserver keys.openpgp.org --recv-keys 85320A99A9F6EC7579AA31ABCB164F3DC044E028 +` diff --git a/static/style.css b/static/style.css index 44892d1..c22d26c 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ body { - font-family: "Helvetica Neue", Helvetica; + font-family: "Helvetica Neue", "Ninbus Sans", Helvetica, Arial, sans; font-size: 11.5pt; margin: auto; padding: 1em; @@ -7,15 +7,16 @@ body { max-width: 80ch; } +code { + font-family: "DejaVu Sans Mono", Consolas, monospace; + font-size: 10pt; +} + footer { color: #333; font-size: 9pt; } -.sourceCode { - font-size: 10pt; -} - .navbar ul { display: inline-flex; flex-wrap: wrap; |