Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #848372

    I’m trying to change fonts on my page but no matter what font i try I get the same serif. I’ve tried Raleway, Oswald and even Sacramento. THe screenshot link is with Sacramento.

    screenshot

    #848486

    Hey asinger777,

    Please provide a link to the site in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #848651

    https://www.onrushdigital.com/non-profits/

    • This reply was modified 6 years, 7 months ago by asinger777.
    #848661

    Hi!

    It shows up as Open Sans on my end, attached a screenshot in private content field.
    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    If that still does not help, please create a temporary admin login and post it here privately so we can look into it

    Cheers!
    Yigit

    #848664
    This reply has been marked as private.
    #849183

    Hi,

    Before I log in, can you attempt to deactivate your optimization plugin to see if that alleviates the issue?

    Best regards,
    Jordan Shannon

    #849196

    I deactivated it.

    #849513

    Hi,

    I checked it, though it was set to Sacramento but the font is not loaded, try to go to Enfold > General Styling > Fonts (tab) > set Heading Font to Sacramento and that should make it load the font.

    Best regards,
    Nikko

    #849656

    I loaded Sacramento via the font tab and it worked. Then i tested other fonts and they also worked. But when I try to make the change using css .entry-content-wrapper h1 {
    font-family: sacramento !important
    }
    the font reverts to a serif font.
    I want to change my font on only 1 page so i need to do it via css.

    #849736

    Hi,

    The css you pasted above is missing a semicolon. It should be:

    
    .entry-content-wrapper h1 {
    font-family: 'Sacramento'!important;
    }

    Best regards,
    Jordan Shannon

    #849737

    Hi,

    The css you pasted above is missing a semicolon. It should be:

    
    .entry-content-wrapper h1 {
    font-family: 'Sacramento'!important;
    }

    Best regards,
    Jordan Shannon

    #849756

    unfortunately, it still doesn’t work. It just shows a serif font.
    I’m logging off until tomorrow night, so you’re welcome to test it on the site.

    • This reply was modified 6 years, 7 months ago by asinger777.
    #850138

    Hi,

    I think you missed to add this part: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Best regards,
    Nikko

    #850613

    I don’t understand — all the font choices are displaying in the dropdown already

    #850891

    Hi asinger777,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .template-page .entry-content-wrapper h1 {
      font-family: 'Sacramento';
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #851044

    Victoria, the code changes the font to a Serif font. But when I change the heading font using the dropdown on the General Styling options page, the Sacramento font does work.

    Unfortunately, i just need the font on a single page and for some reason the css isn’t doing the job.

    #851542

    Hi asinger777,

    It could be that the form is not loaded for the page, you need to set in theme options this font for an element, then it will be loaded for the website and it might work by specifying in the css.

    Best regards,
    Victoria

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