- This topic has 3 replies, 2 voices, and was last updated 8 years, 6 months ago by Theme Horse Support Team.
-
AuthorPosts
-
February 20, 2016 at 3:09 pm #42766saraParticipant
Hi, I would like to change font title.
In the background area I can choose a lot of font but I can’t find Frente H1 font. How can I install it?
ThxFebruary 23, 2016 at 12:27 pm #42842Theme Horse Support TeamKeymasterHi Sara,
We have integrate the Google fonts in the theme and seems like ‘Frente’ font is not a Google font.
Do you have a license to use ‘Frente’ font in your site? If not you have to had the license to use that font in your site.Thank you!
February 23, 2016 at 3:26 pm #42852saraParticipantHi, the font is free. I have downloaded free.
How can I install it if it is free?
thxFebruary 26, 2016 at 11:39 am #42967Theme Horse Support TeamKeymasterHi Sara,
If you would like to add this font then you have to customize some code. Before customizing code first of all create a child theme. So that your code will not be lost while you update the theme to the newer version.
Here is the instruction how to create a Child Theme
and download the fontFrentehH1
from here and paste that font folder inside the child theme folder that you have created then add the below code in the style.css of the child theme.@font-face { font-family: 'frente_h1regular'; src: url('FrenteH1-Regular-webfont.eot'); src: url('FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('FrenteH1-Regular-webfont.woff') format('woff'), url('FrenteH1-Regular-webfont.ttf') format('truetype'), url('FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg'); font-weight: normal; font-style: normal; } body, input, textarea { font-family: 'FrenteH1', sans-serif; }
Note: Please correct the font path above in src URL:
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.