Latest Reply from Dave at 2014-03-13 04:06:41
Hello, I use your templates and has trouble displaying its Czech (Latin font)
In H1 we can not change the font that can display a Czech. Thanks for the advice

www.itpelikan.cz
Hi!
To change font you have to edit the file style.css. For example, you have to add the property "font-family" to h1:
h1{
color:#373737;
font-family: 'YOUR FONT';
}

Leave a reply

Add codeAdd image