mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Initial hack of proper Windows fonts
This commit is contained in:
parent
a6c791ce39
commit
f094a86ae7
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user