Anti-aliasing method in CSS??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

14th Jan 2020, 9:53 AM
Vicky Boi
Vicky Boi - avatar
4 Answers
+ 1
For what purpose exactly? For scaling images there is `image-rendering` but browser support could be better.
14th Jan 2020, 2:03 PM
Schindlabua
Schindlabua - avatar
+ 1
I want anti-aliasing for text.
14th Jan 2020, 2:57 PM
Vicky Boi
Vicky Boi - avatar
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.
14th Jan 2020, 5:48 PM
Schindlabua
Schindlabua - avatar