Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099503
    james w
    Participant

    Hello!
    Have a good day,

    I added 4 variations of fonts to the site, and I’d like to have them in the website customizer drop down menus where we can customize the font variations.

    Thanks

    These are the fonts I added

    @font-face {
        font-family: 'Proxima Nova Soft';
        src: url('fonts/proxima-nova-soft-regular.eot');
        src: url('fonts/proxima-nova-soft-regular.eot?#iefix') format('embedded-opentype'),
    	url('fonts/proxima-nova-soft-regular.woff2') format('woff2'),
    	url('fonts/proxima-nova-soft-regular.woff') format('woff'),
    	url('fonts/proxima-nova-soft-regular.ttf') format('truetype');
        font-weight: 300;
        font-style: normal
    }
    @font-face {
        font-family: "Proxima Nova Soft";
        src: url(fonts/proxima-nova-soft-medium.eot);
        src: url(fonts/proxima-nova-soft-medium.eot?#iefix) format("embedded-opentype"),
    	url(fonts/proxima-nova-soft-medium.woff2) format("woff2"),
    	url(fonts/proxima-nova-soft-medium.woff) format("woff"),
    	url(fonts/proxima-nova-soft-medium.ttf) format("truetype");
        font-weight: 400;
        font-style: normal
    }
    @font-face {
        font-family: "Proxima Nova Soft";
        src: url(fonts/proxima-nova-soft-semibold.eot);
        src: url(fonts/proxima-nova-soft-semibold.eot?#iefix) format("embedded-opentype"),
    	url(fonts/proxima-nova-soft-semibold.woff2) format("woff2"),
    	url(fonts/proxima-nova-soft-semibold.woff) format("woff"),
    	url(fonts/proxima-nova-soft-semibold.ttf) format("truetype");
        font-weight: 500;
        font-style: normal
    }
    @font-face {
        font-family: "Proxima Nova Soft";
        src: url(fonts/proxima-nova-soft-bold.eot);
        src: url(fonts/proxima-nova-soft-bold.eot?#iefix) format("embedded-opentype"),
    	url(fonts/proxima-nova-soft-bold.woff2) format("woff2"),
    	url(fonts/proxima-nova-soft-bold.woff) format("woff"),
    	url(fonts/proxima-nova-soft-bold.ttf) format("truetype");
        font-weight: 600;
        font-style: normal
    }
    #1099624
    Christopher
    Moderator

    Hi there,

    Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    You can use custom fonts with CSS :

    e.g:

    body{
    font-family: 'Proxima Nova Soft';
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1099503 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>