From da267aac3d598b62327cc0af34a2b96fed0e0854 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 4 Dec 2021 17:45:09 -0300 Subject: [PATCH] IE6 CSS: Try to use Courier New where we can --- assets/css/style-reduced.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index 6c61105..6f3ac3e 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -3,7 +3,7 @@ /* Global Defaults */ html { color: #f9f9f9; - font-family: "Source Code Pro", monospace; + font-family: "Source Code Pro", "Courier New", "Courier", monospace; } /* Body Layout */ @@ -51,7 +51,7 @@ div#footer { button { color: #0f1934; background-color: #f9f9f9; - font: bold 16px "Source Code Pro", monospace; + font: bold 16px "Source Code Pro", "Courier New", "Courier", monospace; text-align: center; text-transform: uppercase; border: none;