Fixing Google Chrome text antialias for .ttf fonts
- by 71GA
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?