Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #406057

    Hi,
    How I can install or to configure google fonts both “Heading” and “Body” in the Enfold Theme Options > General Styling
    In advance, thanks

    Best regards,

    Pedro / micelatam

    #406113

    Hey Pedro!

    Try this out, https://kriesi.at/support/topic/add-new-font/#post-234710.

    Cheers!
    Elliott

    #406129

    Hi Elliot,

    Thanks for your fast reply.
    Please, help me in this specific issue: the font Monserrat is available for “Heading” but not the “Body” (Enfold > Enfold theme options > General styling > Fonts). How “activate it”?

    In advance, thanks

    Best regards,
    Pedro

    #406502

    Hi!

    Please add following code to Quick CSS

    body { font-family: 'Montserrat', sans-serif; }

    Cheers!
    Yigit

    #406531

    Yigit,
    Thanks for your quick repply.
    I have a previous line in my Quick CSS. If I place this new line, this is correct result?

    span.ajax_search_excerpt {
    display: none !important;
    }

    body { font-family: ‘Montserrat’, sans-serif; }

    In advance,
    Best regards

    Pedro / micelatam

    #406536

    Or this way:

    `span.ajax_search_excerpt {
    display: none !important;
    }

    body { font-family: ‘Montserrat’, sans-serif; }

    #406579

    Hey!

    Yes, both are fine :)

    Cheers!
    Yigit

    #406662

    Yigit,

    Thanks for your awesome support.

    Like you…Cheers!
    Pedro

    #406841

    Hey!

    Glad we could help :)

    Best regards,
    Rikard

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