Home>Support>Add PF BeauSans font to Theme Advantage Premium

Add PF BeauSans font to Theme Advantage Premium

I have uploaded the .otf to my WP files(not sure if in the proper folder) and could not see the font type under the dropdown appearance >custom> font.
Any ideas?

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

  1. 10 years, 27 days ago Andrew Misplon
    Hi, I Work Here

    Hi Vitor

    Thanks for running Vantage. You’d need to insert something like the following under Appearance > Custom CSS:

    @font-face {
        font-family: 'proxima_nova_altlight';
        src: url('http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.eot');
        src: url('http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.eot?#iefix') format('embedded-opentype'),
             url('http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.woff') format('woff'),
             url('http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.ttf') format('truetype'),
             url('http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.svg#proxima_nova_altlight') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    body { font-family: 'proxima_nova_altlight' !important; }
    

    All values and urls need to be matched up to your font. You fonts should be stored outside of the /vantage theme folder and the url used in Custom CSS should be an absolute url.

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