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