From 20951fd23b67d18bc442eb846bf857daefb886b1 Mon Sep 17 00:00:00 2001 From: Carlos Salaverria Date: Tue, 13 Sep 2016 16:30:56 -0500 Subject: [PATCH] Change default monospace font --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index 538a6aa..c0bc047 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -131,7 +131,7 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right: } .verticalRateTriangle { - font-family: monospace; + font-family: "Courier New",monospace; } .vPosition { background-color: #C3FFDF; }