[Resolved] Using google fonts

Home Forums Support [Resolved] Using google fonts

Home Forums Support Using google fonts

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #476662
    Michael

    Hi Leo.

    Image 2: This is you PG Typography, but it doesn’t have all the Google fonts installed, therefore I installed the Google font pluggin.

    Image 3 Has the Typograpy.what does Paraghs or Heading 1 – Heading 6 menus?
    I’ve tried to play around with a couple of Heading 1 and 2, with no affect.
    All I want is to be able to change menu header and footer fonts.
    Images have been loaded to post master.
    Please help

    #476706
    Leo
    Staff
    Customer Support

    Hi Michael,

    Here is how you can customize Google font list: https://docs.generatepress.com/article/customizing-the-google-font-list/

    Menu font should be in Typography > Primary Navigation.

    Footer font would be in Typography > Footer.

    You need to provide the direct links here once you upload the images.

    #476713
    Michael

    Sorry
    I saw the links you gave.
    Which codes do I need to copy and paste to?
    Where do I access that in my dashboard?

    #476729
    Leo
    Staff
    Customer Support
    #476738
    Michael

    So if I get snippet plugin.
    How do I enter the google font codes?

    #476741
    Leo
    Staff
    Customer Support

    See the example is the first link I provided above. It has explanations as well.

    #476770
    Tom
    Lead Developer
    Lead Developer

    Which font are you wanting to add? I can help out with the code 🙂

    #476785
    Michael

    I like gruppo.
    I’m not very computer lettered. So pls
    Explain to me in dummy form.
    It will be appreciated.
    I really wanted to install all google fonts if I can.

    #476974
    Michael

    Hi Tom or Leo

    I installed simple CSS.

    which specific code to copy and paste into Simple CSS if I want all Google fonts install into Typography?
    could you please kindly paste code here so I can copy it.

    once I paste the code to Simple css, how do I make it apply so the Google fonts are in your Typography.

    your help will be greatly appreciated.

    #477017
    Leo
    Staff
    Customer Support

    If you want All Google fonts, then this is the code you need without any modification:

    add_filter( 'generate_number_of_fonts','tu_show_all_available_google_fonts' );
    function tu_show_all_available_google_fonts() {
    	return 'all';
    }

    You need to use Code Snippets: https://docs.generatepress.com/article/adding-php/#code-snippets

    Not Simple CSS.

    #477125
    Michael

    Hi.
    So I just past the code you gave into snippets?
    Anywhere is fine?

    #477129
    Leo
    Staff
    Customer Support

    You need to create a new snippet, copy and paste in there, then click Save and Activate.

    #477143
    Michael

    Ok, I’ll try to to follow your instructions.
    Thanks for your help.

    #477469
    Leo
    Staff
    Customer Support

    No problem 🙂

    #477642
    Michael

    hi Leo,

    it works, all fonts are in.
    thanks a million, with your simple dummy instrcutions,
    i could do with ease.

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.