fix text font in simulator for Edge

This commit is contained in:
Peli de Halleux 2016-04-13 03:53:30 -07:00
parent 8e27d596aa
commit c908794d23
1 changed files with 2 additions and 2 deletions

View File

@ -416,14 +416,14 @@ svg.sim.grayscale {
}
.sim-text {
font-family:monospace;
font-family:"Lucida Console", Monaco, monospace;
font-size:25px;
fill:#fff;
pointer-events: none;
}
.sim-text-pin {
font-family:monospace;
font-family:"Lucida Console", Monaco, monospace;
font-size:20px;
fill:#fff;
pointer-events: none;