]> git.bitcoin.ninja Git - satsto.me/commitdiff
Use standard "monospace" font name rather than "mono"
authorMatt Corallo <git@bluematt.me>
Tue, 16 Jul 2024 14:57:21 +0000 (14:57 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 16 Jul 2024 14:57:21 +0000 (14:57 +0000)
index.html

index e29059792f170736956afd4db723b94c60cfec39..51d1326524e3ac9cd68b7d102f7e1a681859c6aa 100644 (file)
                                cursor: pointer;
                        }
                        .mono {
-                               font-family: mono;
+                               font-family: monospace;
                                font-size-adjust: 0.5;
                        }
                        .footer {
                                margin-top: 25px;
                        }
                        .address-link {
-                               font-family: mono;
+                               font-family: monospace;
                                color: #808080;
                                text-overflow: ellipsis;
                                overflow: hidden;