Tagged: Fonts
-
AuthorPosts
-
September 5, 2017 at 11:29 pm #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.
September 6, 2017 at 8:32 am #848486Hey asinger777,
Please provide a link to the site in question so we can look into this issue further.
Best regards,
Jordan ShannonSeptember 6, 2017 at 2:26 pm #848651https://www.onrushdigital.com/non-profits/
- This reply was modified 7 years, 2 months ago by asinger777.
September 6, 2017 at 2:36 pm #848661Hi!
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_RefreshIf that still does not help, please create a temporary admin login and post it here privately so we can look into it
Cheers!
YigitSeptember 6, 2017 at 2:45 pm #848664This reply has been marked as private.September 7, 2017 at 6:46 pm #849183Hi,
Before I log in, can you attempt to deactivate your optimization plugin to see if that alleviates the issue?
Best regards,
Jordan ShannonSeptember 7, 2017 at 7:05 pm #849196I deactivated it.
September 8, 2017 at 10:09 am #849513Hi,
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,
NikkoSeptember 8, 2017 at 5:12 pm #849656I 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.September 8, 2017 at 10:30 pm #849736Hi,
The css you pasted above is missing a semicolon. It should be:
.entry-content-wrapper h1 { font-family: 'Sacramento'!important; }
Best regards,
Jordan ShannonSeptember 8, 2017 at 10:30 pm #849737Hi,
The css you pasted above is missing a semicolon. It should be:
.entry-content-wrapper h1 { font-family: 'Sacramento'!important; }
Best regards,
Jordan ShannonSeptember 8, 2017 at 11:08 pm #849756unfortunately, 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 7 years, 2 months ago by asinger777.
September 10, 2017 at 4:34 pm #850138Hi,
I think you missed to add this part: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
NikkoSeptember 11, 2017 at 6:02 pm #850613I don’t understand — all the font choices are displaying in the dropdown already
September 12, 2017 at 9:16 am #850891Hi 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,
VictoriaSeptember 12, 2017 at 3:22 pm #851044Victoria, 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.
September 13, 2017 at 12:21 pm #851542Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.