Why Won't Opera (11.00) Display Custom (@Font-Face) Fonts

Why won't Opera (11.00) display custom (@font-face) fonts?

You have to use double quotes for font family name.

@font-face {
font-family: "PFDinMonoBold";
src: url('pfdinmono-bold-webfont.eot');
src: local('☺'),
url('pfdinmono-bold-webfont.woff') format('woff'),
url('pfdinmono-bold-webfont.ttf') format('truetype'),
url('pfdinmono-bold-webfont.otf') format('opentype'),
url('pfdinmono-bold-webfont.svg#webfontS2rh8Zow') format('svg');
font-weight: normal;
font-style: normal;
}

custom font problem in opera

I solved this problem.I use fontsquirrel.com or like this tool to generate webfont and this works fine in all browsers.



Related Topics



Leave a reply



Submit