Merge pull request #1137 from atom/windows-fonts

Set up Windows font fallbacks
This commit is contained in:
Paul Betts
2013-11-20 15:14:21 -08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
-webkit-user-select: none;
position: relative;
z-index: 0;
font-family: Inconsolata, Monaco, Courier;
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
line-height: 1.3;
}

View File

@@ -20,7 +20,7 @@ body {
list-style: none;
}
#HTMLReporter { font-size: 11px; font-family: Monaco, monospace; line-height: 1.6em; color: #333333; }
#HTMLReporter { font-size: 11px; font-family: Monaco, Consolas, monospace; line-height: 1.6em; color: #333333; }
#HTMLReporter #jasmine_content { position: fixed; right: 100%; }
#HTMLReporter .symbolHeader {

View File

@@ -81,4 +81,4 @@
// Other
@font-family: 'Lucida Grande', Arial, sans-serif;
@font-family: 'Lucida Grande', 'Segoe UI', sans-serif;