Font-weight changed on german letters

Pemiasserge

New Member
I'm trying to use androids roboto font on a website it works fine until I get a german letter in a text then it looks like the font-weight is changed. Its imported like this: \[code\]@font-face {font-family: 'RobotoLight';src: url('Roboto-Light-webfont.eot');src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('Roboto-Light-webfont.woff') format('woff'), url('Roboto-Light-webfont.ttf') format('truetype'), url('Roboto-Light-webfont.svg#RobotoLight') format('svg');font-weight: normal;font-style: normal;}\[/code\]and then it looks like bellow.
XDyd6.png
Would this be of a faulty font or because of a css setting? Any suggestions of how this could be fixed?
 
Back
Top