From 3ffb1c0b59a632e6529ce28f5c0b986715a37512 Mon Sep 17 00:00:00 2001 From: Yonggang Wang Date: Sat, 7 Mar 2020 18:15:35 +0800 Subject: [PATCH] add safe web fonts to support Windows. --- css/style.css | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index d611b64..ddec7d0 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ body { background-color: #f0f0f0; - font-family: monospace; + font-family: "Lucida Console","Courier New",Courier,monospace; font-size: 14px; } @@ -38,7 +38,7 @@ header { nav { background-color: #ddd; border-bottom: 1px #ccc solid; - color: #333; + color: #222; display: flex; flex-direction: row; flex-wrap: nowrap; diff --git a/index.html b/index.html index d224d9c..2f899fe 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ - +