add safe web fonts to support Windows.

This commit is contained in:
Yonggang Wang 2020-03-07 18:15:35 +08:00
parent 15e08187e0
commit 3ffb1c0b59
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
body { body {
background-color: #f0f0f0; background-color: #f0f0f0;
font-family: monospace; font-family: "Lucida Console","Courier New",Courier,monospace;
font-size: 14px; font-size: 14px;
} }
@ -38,7 +38,7 @@ header {
nav { nav {
background-color: #ddd; background-color: #ddd;
border-bottom: 1px #ccc solid; border-bottom: 1px #ccc solid;
color: #333; color: #222;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: nowrap; flex-wrap: nowrap;