Fix FF 3.6 issue, where mono spaced characters can
have fixed sub pixel widths.
This commit is contained in:
parent
99b81b0b04
commit
cc5cd114e6
6 changed files with 17 additions and 15 deletions
|
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
.text-layer {
|
||||
font-family: Monaco, "Courier New";
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
cursor: text;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue