This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

6
  1. Daniel Staff 11 years, 4 days ago

    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. rossgardens 10 years, 11 months ago

    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. Andrew Misplon Staff 10 years, 11 months ago

    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. rossgardens 10 years, 11 months ago

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

  5. Andrew Misplon Staff 10 years, 11 months ago

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

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.

Have a different question or issue?

Start New Thread