Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #707797

    hi. can you help me to change this font (only in this one heading!) . i want to use the caveat font who comes with enfold here: http://imgur.com/a/7MgGp

    #707951

    Hi!

    Please add following code to Quick CSS

    .handschrift h1.av-special-heading-tag {
        font-family: 'caveat'!important;
    }

    and then add following code to Functions.php file in Appearance > Editor

    add_action('wp_head','ava_caveat');
    function ava_caveat() {
    ?>
    <link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
    <?php 
    }

    Best regards,
    Yigit

    #708451

    CLOSED Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change font – custom css class’ is closed to new replies.