Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #489515

    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

    #489635

    Hi elames!

    Please see here, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.

    Regards,
    Elliott

    #489680

    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!

    #489707

    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???

    #490076

    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

    #490117

    Thanks In what folder would I put the uploaded font? In theme, or WP-admin???

    #490619

    Hey,

    Anywhere you like, just make sure that you know the full URL to the file in question.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.