Home Forums Theme support Crossfit – How to change fonts to display latin letters ? Reply To: Crossfit – How to change fonts to display latin letters ?

Hm, ok, let’s try this. Please open the file functions.php in the theme folder and add this:

add_action( 'wp_head' , 'sl_fix_font' );
function sl_fix_font() {
 ?><link href='https://fonts.googleapis.com/css?family=Raleway&subset=latin,latin-ext' rel='stylesheet' type='text/css'><?php
}

I think this should solve the problem. Looks like in Mozilla is a problem with the url parameter for the Google API url.

By the way: we don’t saw the problem because we’ve installed Raleway on our localhost, in this case the browser use the local copy of the font…