fix text font in simulator for Edge
This commit is contained in:
parent
8e27d596aa
commit
c908794d23
@ -416,14 +416,14 @@ svg.sim.grayscale {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sim-text {
|
.sim-text {
|
||||||
font-family:monospace;
|
font-family:"Lucida Console", Monaco, monospace;
|
||||||
font-size:25px;
|
font-size:25px;
|
||||||
fill:#fff;
|
fill:#fff;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sim-text-pin {
|
.sim-text-pin {
|
||||||
font-family:monospace;
|
font-family:"Lucida Console", Monaco, monospace;
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
fill:#fff;
|
fill:#fff;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user