Home>Support>Adding DINPro-Light font to Vantage

Adding DINPro-Light font to Vantage

Hi
Vantage doesn’t come with my branding font, DINPro-Light. Please could you tell me how to add this font for use across my website?
Many thanks
Ross

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Ross,

    Sorry for the delayed response.

    Try following the instructions here to add the font to our theme: http://www.mesmerlab.com/add-custom-fonts-to-your-wordpress-site/ and also look at http://codex.wordpress.org/Playing_With_Fonts#Font_Face

    Please let me know if you need any help!

  2. 9 years, 7 months ago rossgardens

    Many thanks Addo

    I’ve managed to change the paragraph text font to DINPro by adding the following to Custom CSS:
    @font-face {
    font-family: DINPro;
    src: url(http://example.com/fonts/DINPro.woff);
    }

    Do you know how I can change the font in the headings to the same DINPro?

    Link: http://rossgardens.co.uk/wp/?page_id=238

    Many thanks for all your help. Really appreciated!
    Ross

  3. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hey Ross

    This unfortunately isn’t correct:

    @font-face {
    font-family: DINPro;
    src: url(http://example.com/fonts/DINPro.woff);
    }
    

    That url needs to point to the location of the font on your server, the font should be stored somewhere outside of the vantage theme folder.

    It’s most likely working for you because you have the font installed on your local computer.

    Here is how you can set the heading font:

    /* Heading Font */
    
    h1,h2,h3,h4,h5,h6 { 
    	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    }
    

    Hope that helps.

  4. 9 years, 7 months ago rossgardens

    Thanks Andrew
    Maybe I’ll stick with one of the standard fonts for now.
    Cheers
    Ross

  5. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    No problem. Let us know if you need a hand in the future.

  6. 9 years, 7 months ago rossgardens

    Thanks

    *Ross Minett *
    <http://www.rossgardens.co.uk&gt;

    <https://www.facebook.com/rossgardensbrighton&gt;
    <https://twitter.com/rossgardens&gt;
    <https://www.linkedin.com/profile/view?id=171481738&trk=nav_responsive_tab_profile&gt;

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More