I want to use the Font Papyrus for all headings. It is not a google font , nor in your list of fonts….How would I do that?
thank you
Hi elames!
Please see here, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.
Regards,
Elliott
Sorry but that thread is so jumbled from replies back and forth I am not clear what I should do. Can you please elaborate for me?
Thanks!
Well I used this custom CSS in my child theme and it seems to be working ok for me.
h2 {
font-family: Papyrus;
font-size: 30px;
color: #001441;
font-weight: 700;
}
h3 {
font-family: Papyrus;
font-size: 28px;
color: #001441;
font-weight: 700;
}
h4 {
font-family: Papyrus;
font-size: 25px;
color:#001441
font-weight: 700;
}
I guess if someone doesn’t have that font, they won’t see it…right???
Hey,
That is correct, you would need to upload the font to your server and include it in your CSS: http://www.w3schools.com/css/css3_fonts.asp
Regards,
Rikard
Thanks In what folder would I put the uploaded font? In theme, or WP-admin???