Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1404942
    eyedia
    Participant

    Hi There! I am using Raleway google font but I can’t get the variants to work. It seams I can only make the font slightly boler, but I should have more options then that. You can see the different variants here : http://typecast.com/preview/google/Raleway

    Please let me know how I can get the other variants working. Thank you

    #1405054
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add the variants as follows. Follow the example below and change your font accordingly.

    You can simply add this to your child theme’s functions.php file.

    
    add_action ('wp_head', 'custom_google_font', 9999 );
    function custom_google_font() {
      echo '<link href="https://fonts.googleapis.com/css?family=Montserrat:500,600" rel="stylesheet"> '; 
    }
    

    Hope that helps.

    #1408229
    eyedia
    Participant

    Thank you very much!

    #1408313
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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