Hello,
I have a problem with default font Roboto in Firefox. I need to replace this import string in default header:
<link rel=’stylesheet’ id=’font-roboto-css’ href=’http://fonts.googleapis.com/css?family=Roboto%3A400%2C500%2C700%2C300&subset=latin%2Ccyrillic-ext&ver=4.1′ type=’text/css’ media=’all’ />
with this one:
<link href=’http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100italic,100,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext’ rel=’stylesheet’ type=’text/css’>
I already tried to change it via firebug just to see if it solves my problem with incorrect display of some of the special characters like “ěščřž” and it did solve it. I just need to know where can I change that. Thank you