|
|
|
|
|
by aasasd
1781 days ago
|
|
A side-effect of Windows pinning fonts to pixels is that you can't get arbitrary font sizes and scaling. E.g. I had to use “font-size: 82%” in CSS, because at 80% the text looked bad (pinned to the wrong pixel, and possibly became blurry, can't remember for sure). Likewise, zooming in browsers was a mess. This was ten years ago, so dunno if anything has changed. |
|