🏡 index : ~doyle/bin.git

author Jordan Doyle <jordan@doyle.la> 2023-11-26 1:00:24.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2023-11-26 1:00:24.0 +00:00:00
commit
3d9700417d19e62c02a5d24ad3bb47fad2864f74 [patch]
tree
b259bbd82c30a36be612dc5cbb338ad3e7ba500d
parent
8d02b31688452a3f337cb680c6c1ea18f7b4991e
download
3d9700417d19e62c02a5d24ad3bb47fad2864f74.tar.gz

Use browser font



Diff

 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 8bf1211..324c58c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -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;
        }