badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change font for title – Frente H1

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42766
    sara
    Participant

    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?
    Thx

    #42842

    Hi 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!

    #42852
    sara
    Participant

    Hi, the font is free. I have downloaded free.
    How can I install it if it is free?
    thx

    #42967

    Hi 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 font FrentehH1 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!

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