Hi!
I’m trying to find out how to add fonts from justfont, and the instructions said:
“The three javascript events be provided by justfont’s javascript. The developer can design the website depending on those three javascript events. Please Add those javascript code before the webfont-javascript:”
where I can find “webfont-javascript”??
thank you again!!!
Delia
Hey libelum!
What is the code they give you to use?
Have you considered using the Google Fonts API? https://www.google.com/fonts#
We already have it integrated and it’s pretty easy to use. You can do this, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/, to add more fonts to your Enfold options.
Cheers!
Elliott
Hi Elliot,
thank you for your email,
the point is that the website is for chinese market, and google API does not work properly there, that is why I need a mirror for western fonts and a font from justfonts for the chinese font
I already located the place where to place the code, but still need to solve the part where the fonts are linked to <h1>, <h2>, etc..
Hi!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and change font families of certain elements
h1 { font-family: arial !important; }
Regards,
Yigit
Thank you!
its is solved