hi, i want use century gothic as default font for heading and text.
but there isn’t in theme.
how i can do?
thanks
Hey Pas7o,
Start by uploading the font to your server, then you can use CSS like this:
@font-face {
font-family: century gothic;
src: url(https://yoursite.com/subfolder/century-gothic.woff);
}
body {
font-family: 'century gothic' !important;
}
Best regards,
Rikard
how i can “uploading the font to your server”?
with ftp? in my dominio’s directory?
Hey!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/ for instructions
Regards,
Yigit
“Monotype has requested that their font Century Gothic Regular be blacklisted by the Generator. You will not be able to convert this font”.
i downloaded Century Gothic Regular.ttf
Hi,
You could try changing the name of font file or purchase the font in question.
Best regards,
Rikard
work. thanks