Tagged: x
-
AuthorPosts
-
July 22, 2016 at 10:28 pm #1099503
james wParticipantHello!
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 }July 23, 2016 at 1:43 am #1099624
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1099503 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
