 2015-05-10 13:57 | Google Font code consists of two parts, where exactly to put these in the files? For example PT Sans Googlefont.
add to template in style.css (I think) font-family: 'PT Sans', sans-serif;
add to which file ? <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
Thanks for info. » Quick.Cart v6.x |
 2015-05-10 16:15 | OK, found it:
Google Font code consists of two parts, for example PT Sans Googlefont:
add to template in style.css : font-family: 'PT Sans', sans-serif;
add to template file _header.php : <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'> |