diff options
Diffstat (limited to 'static/style.css')
-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; } |