Use browser font

This commit is contained in:
Jordan Doyle 2023-11-26 01:00:24 +00:00
parent 8d02b31688
commit 3d9700417d
No known key found for this signature in database
GPG key ID: 1EA6BAE6F66DC49A

View file

@ -16,7 +16,7 @@
line-height: 1.1; line-height: 1.1;
display: flex; display: flex;
} }
body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; } body, code, textarea { font-family: monospace; }
code { code {
display: block; display: block;
} }