can someone help me with this problem: I have this font:
@font-face {
font-family: 'Museo500Regular';
src: url('MuseoSans_500-webfont.eot');
src: local('?'),
url('MuseoSans_500-webfont.woff') format('woff'),
url('MuseoSans_500-webfont.ttf') format('truetype'),
url('MuseoSans_500-webfont.svg#webfontr3rD8cn7') format('svg');
font-weight: normal;
font-style: normal;
}
that is not working on webkit browser and I don't understand why... O other browsers like, firefox or IE it works just fine but only on webkit is not rendering well.
here you have an example on a test page with a drop down menu, just look at the font on other browsers and google chrome for example.
Thank's.