Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197554
    thatcreativeguy
    Participant

    Wanted to know how to add custom fonts from fonts.com to the convertplug. Is that possible?

    #1197555
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1197907
    Jade
    Moderator

    Hi there,

    Please install the child theme and add this code in the functions.php file:

    
    add_action( 'wp_enqueue_scripts', 'load_script_content' ); 
     
    function load_script_content() {
    	wp_enqueue_script( 'my-script', '//fast.fonts.net/jsapi/6c44ca84-ec3f-40c5-a0c7-7532d7eeb8f3.js', array(), '1.0.0', true );
    }

    Then add this in the custom CSS:

    h1, h2, h3, h4, h5, h6 { 
        font-family: "Century Gothic WGL W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1197554 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>