Fix FF 3.6 issue, where mono spaced characters can

have fixed sub pixel widths.
This commit is contained in:
Fabian Jakobs 2010-04-07 17:40:42 +02:00
commit cc5cd114e6
6 changed files with 17 additions and 15 deletions

View file

@ -53,7 +53,7 @@
}
.text-layer {
font-family: Monaco, "Courier New";
font-family: Monaco, "Courier New", monospace;
font-size: 12px;
cursor: text;
}