diff options
author | 2025-08-18 14:46:11 -0400 | |
---|---|---|
committer | 2025-08-18 14:46:11 -0400 | |
commit | 776b27aa525c5c1d8eb2b303acd95ad3c81abdd8 (patch) | |
tree | b8891e3e1586f197e032f0f2e553ffa75706a627 /static | |
parent | a839a9c6b285bdb38280218b7107c9d92341630b (diff) | |
download | site-776b27aa525c5c1d8eb2b303acd95ad3c81abdd8.tar.gz site-776b27aa525c5c1d8eb2b303acd95ad3c81abdd8.zip |
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |