Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1235936
    [email protected]
    Participant

    Hello,
    I want a specific google font, it is not available on the x theme. Can you help?

    #1236189
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To add the google font which is not in the X theme, you can add the following code in your Child Theme’s functions.php

    add_action('wp_head','custom_font');
    function custom_font() { 
    ?>
    	<link href="http://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet" type="text/css">
    <?php 
    }

    Just replace Pacifico with your google font name in the above link. Let us know how this goes!

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