From 31ea0a08b609815c13ffe36b1c3442c0cc183b42 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 16 Jul 2024 14:57:21 +0000 Subject: [PATCH] Use standard "monospace" font name rather than "mono" --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5