0
Anti-aliasing method in CSS???
Is there such thing as anti-aliasing in css? And if there is, can you please tell me how to use it!
4 Antworten
+ 1
For what purpose exactly? For scaling images there is `image-rendering` but browser support could be better.
+ 1
I want anti-aliasing for text.
0
Not that easy unfortunately since rendering heavily depends on OS and device and browser (and even graphics card). Remember that windows users can completely screw themselves by changing their ClearType settings for example and there is nothing you can do about it.
I usually stick to the same fonts that I know work well across devices and don't bother with anything else.