Initial hack of proper Windows fonts

This commit is contained in:
Paul Betts 2013-11-20 12:47:32 -08:00
parent a6c791ce39
commit f094a86ae7
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;
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;