Hi,
I added Google fonts as described here: https://kriesi.at/support/topic/adding-google-fonts-plural/.
I can see these fonts in website on my iMac but not on iPhone or on my PC (windows, google chrome).
I tried adding ‘font-family’ to CSS ‘body’ but didn’t help…
Please help.
Thanks
Hey yudkoren!
That is for adding extra google fonts to the theme settings. You still need to select to use them in Dashboard > Enfold > General Styling > Fonts.
Are you sure the fonts support the language your using on your site? You may need to select a different “script” when reviewing the font on the google fonts API.
Best regards,
Elliott
Hi,
Sure I selected the fonts in setting Dashboard.
That’s why I can see them in my site – but only in Mac OS.
Not PC, not iOS, Not Android…
Yud
Hey!
I wanted to check your website but i get “Parse error: syntax error, unexpected ‘<‘ in /homepages/39/d247501099/htdocs/textor/page/wp-content/themes/enfold/functions.php on line 3” error. Please go to wp-content/themes/enfold and undo the changes you have made on functions.php file via FTP
Best regards,
Yigit
Fixed
Shalom!
Which font family did you add? Code you removed from Functions.php file, was it for Google Fonts?
Cheers!
Yigit
Hey!
Please flush browser cache on your other devices. It does work fine on my iphone – http://i.imgur.com/PewUosB.png?1
Cheers!
Yigit
Hi,
In screenshot it’s Arial (default font) not Open Sans Hebrew…
:-(
Yud
OK.
I solved it
:-)
I added:
@import “http://fonts.googleapis.com/earlyaccess/opensanshebrew.css”;
@import “http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css”;
to custom.css
How do I create custom.css in child theme?
Yud
Shalom!
Yep, i was about to post a new screenshot :)
You can add your custom CSS codes into Style.css file of your child theme. You do not need to create a custom.css file
Best regards,
Yigit
Thanks.
Yud