Hi there
I have a custom font, the code I inserted on the CSS child theme is:
@font-face {
font-family: ‘Otterly’;
src: url(‘http://ninaKpilo/fonts/Otterly_Adorable.eot’);
src: url(‘http://ninaKpilo/fonts/Otterly_Adorable.eot?#iefix’) format(‘embedded-opentype’),
url(‘http://ninaKpilo/fonts/otterly_adorable_webfont.woff’) format(‘woff’),
url(‘http://ninaKpilo/fonts/Otterly_Adorable.ttf’) format(‘truetype’),
url(‘http://ninaKpilo/fonts/Otterly_Adorable.svg#Otterly_Adorable’) format(‘svg’);
}
and is not working, am I doing something wrong?
And one other thing, I need to use this font on a custom footer created, how can I do that?
Please advice, thank you!!!