Fixing Google Chrome text antialias for .ttf fonts
Posted
by
71GA
on Pro Webmasters
See other posts from Pro Webmasters
or by 71GA
Published on 2013-01-29T17:09:57Z
Indexed on
2013/11/04
22:15 UTC
Read the original article
Hit count: 306
I have found a topic which presents a solution on how to get antialising working in Google Chrome - Windows, but they use .svg
format. I have a .ttf
format and I import all of my fonts like this at the moment:
@font-face {font-family: "t1"; src: url(../fonts/title/circle.ttf);}
@font-face {font-family: "t2"; src: url(../fonts/title/sanserifing.ttf);}
@font-face {font-family: "t3"; src: url(../fonts/title/serveroff.ttf);}
@font-face {font-family: "t4"; src: url(../fonts/title/pupcat.ttf);}
How can I achieve antialising done right in Google Chrome Windows?
© Pro Webmasters or respective owner