From 999bd9db16c8287b6736134e56152f29ac1e95e7 Mon Sep 17 00:00:00 2001 From: Glenwing Date: Fri, 18 Aug 2017 00:04:24 -0700 Subject: [PATCH] Removed Courier New --- diu.html | 2 +- docs.html | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/diu.html b/diu.html index 25c3233..9e3eac1 100644 --- a/diu.html +++ b/diu.html @@ -62,7 +62,7 @@ } body { - font-family: "Consolas", "Inconsolata", "Lucida Console", "Courier New", Monospace; + font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace; font-size:15px; } diff --git a/docs.html b/docs.html index 82cd42a..f4a2674 100644 --- a/docs.html +++ b/docs.html @@ -11,7 +11,7 @@ } body { - font-family: "Consolas", "Inconsolata", "Lucida Console", "Courier New", Monospace; + font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace; font-size:15px; min-height:100%; height:auto; diff --git a/index.html b/index.html index 6882f6e..e0f27f1 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ } body { - font-family: "Consolas", "Inconsolata", "Lucida Console", "Courier New", Monospace; + font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace; font-size:15px; }