Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169260
    Julianwolf
    Participant

    Hi!
    I want to add this font to my entire site: https://fonts.google.com/specimen/El+Messiri
    how can I do it?
    Thanks 😀

    #1169287
    Thai
    Moderator

    Hi There,

    Please add the following CSS under style.css file locates in your child theme:

    @import 'https://fonts.googleapis.com/css?family=El+Messiri';
    body {
    	font-family: 'El Messiri', sans-serif;
    }

    Hope it helps 🙂

    #1169322
    Julianwolf
    Participant

    yeh man thanks 😀 but… where specifically? after the slash? and where I will found the font after? in customization?
    😀 https://drive.google.com/open?id=0BykSlPKqzyUtOXhPUnVHWlZqTVE

    #1169731
    Rue Nel
    Moderator

    Hello There,

    Thank you for the updates. You can set the global font family in the customizer. Simply go to Appearance > Customize > Typography > Body and Content. You can even assign the Google font you wanted to headings as well.

    Hope this helps.

    #1169942
    Julianwolf
    Participant
    #1169997
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1170037
    Julianwolf
    Participant
    This reply has been marked as private.
    #1170171
    Christian
    Moderator

    Please move the code given previously to Appearance > Customize > Custom > Global CSS

    @import 'https://fonts.googleapis.com/css?family=El+Messiri';
    body {
    	font-family: 'El Messiri', sans-serif;
    }

    You won’t be able to use it in Typography settings so CSS is needed to set text such as headline. For example:

    h1, .h1 {
    	font-family: 'El Messiri', sans-serif;
    }

    Thanks.

    #1170343
    Julianwolf
    Participant

    ok

    #1170626
    Rue Nel
    Moderator

    No Problem! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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