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
1 changed files with 1 additions and 1 deletions

View File

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