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 {
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;

View File

@ -32,7 +32,7 @@
<div id="simulator" class="nav-item l10n">Simulator</div>
<div id="debug" class="nav-item l10n">Debug</div>
<div id="code" class="nav-item l10n">Code</div>
<div id="locale" class="nav-item">En | 中文</div>
<div id="locale" class="nav-item">En|中文</div>
</nav>
</header>