Hi guys
I'd like to change the footer font where is yours "callaexteriors" :
I'v tried putting my Dyer_Arts_and_Crafts.svg .ttf .woff
in htdocstemplatesjf_calla-exteriorscssfonts
than in in template.css
#prova {
font-family:"prova";
}
and in stylesheet.css
@font-face {
font-family: 'prova';
src: url('Dyer_Arts_and_Crafts.eot');
src: url('Dyer_Arts_and_Crafts.woff') format('woff'),
url('Dyer_Arts_and_Crafts.ttf') format('truetype'),
url('Dyer_Arts_and_Crafts.svg') format('svg');
font-weight:normal;
font-style:normal;
}
and at last in "edit HTML source" inside footer
<h3 id="prova">callaexteriors...
...without luck!
how can I do?
Thank you!!