From: Matt Corallo Date: Tue, 16 Jul 2024 14:57:21 +0000 (+0000) Subject: Use standard "monospace" font name rather than "mono" X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=31ea0a08b609815c13ffe36b1c3442c0cc183b42;p=satsto.me Use standard "monospace" font name rather than "mono" --- diff --git a/index.html b/index.html index e290597..51d1326 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@ cursor: pointer; } .mono { - font-family: mono; + font-family: monospace; font-size-adjust: 0.5; } .footer { @@ -157,7 +157,7 @@ margin-top: 25px; } .address-link { - font-family: mono; + font-family: monospace; color: #808080; text-overflow: ellipsis; overflow: hidden;