Problem
How it should look (Chrome 16 on Mac).

(source: ddesign.si )
What it looks like (Chrome 16 on Windows 7)

(source: ddesign.si )
What it looks like with a large font size 
(source: ddesign.si )
Description
I am using the Font Squirrel generator for my CSS code.
font-family: 'Conv_Gotham-Light'; src: url('fonts1/Gotham-Light.eot'); src: local('βΊ'), url('fonts1/Gotham-Light.woff') format('woff'), url('fonts1/Gotham-Light.ttf') format('truetype'), url('fonts1/Gotham-Light.svg') format('svg');
Trial solutions
I tried many solutions ( changing font order (svg on top) , adding text shadow , adding -webkit-text-stroke , -webkit-font-smoothing, etc.), but none of them worked.
What files are being requested?
It works correctly in IE 9 on Windows 7. I looked in apache logs and found that IE on Windows requests a .woff file, but Chrome 16 on Windows 7 requests a .ttf file, and after "svg fix" it asks for .svg and .ttf .
Now what?
So what is happening and how can I fix it?
fonts font-face rendering
duality_
source share