mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Merge pull request #1137 from atom/windows-fonts
Set up Windows font fallbacks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -81,4 +81,4 @@
|
||||
|
||||
// Other
|
||||
|
||||
@font-family: 'Lucida Grande', Arial, sans-serif;
|
||||
@font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user