Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opera doesn't display special characters from google fonts

Tags:

css

opera

I use PT Sans from Google Fonts. It has all the special chars I need (ą, ś, ź, ł etc). The problem is - Opera doesn't display them in bold (in CSS I write font: bold 16px/2em "PT Sans", sans-serif, so there is no way it could look for "PT Sans Bold" (but I did include PT Sans both 400 and 700). Firefox, Chrome and IE (8, 9) are doing fine.

What can I do?

edit - live example: http://buszewski.com/opera.html

like image 246
Tomek Buszewski Avatar asked Aug 15 '12 20:08

Tomek Buszewski


1 Answers

Phew, I made it! Actually, solution is pretty simple, all you need to do is add &subset=latin-ext at the end of your font link. See the example.

like image 72
Tomek Buszewski Avatar answered Sep 23 '22 14:09

Tomek Buszewski