add safe web fonts to support Windows.
This commit is contained in:
parent
15e08187e0
commit
3ffb1c0b59
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user