Home › Forums › All Other Themes › Adobe font install problem.
- This topic has 19 replies, 2 voices, and was last updated 4 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
April 22, 2020 at 2:58 pm #150105
HI I’m trying to add a font to my site https://www.thenestsouthwark.org.uk – Design Agency theme.
I installed a plugin – Custom Adobe Fonts (Typekit) by Brainstorm Force – and the font is installed into word press and is available in Elemmentor, but it’s not available in your Slider customiser in the type drop down?
Please help. Is it not compatible with your customiser? If not please advise how I can change the title on the slider to use Proxima Soft https://fonts.adobe.com/fonts/proxima-soft (regular & medium)
Many Thanks.
Rachel
April 23, 2020 at 12:41 pm #150235Hi,
Unfortunately, customizer support only google fonts.
If you want add custom font in header and footer.
Kindly follow this instructions to add custom fonts in your theme.
1. Kindly go to https://www.web-font-generator.com/
2. Select a TTF or OTF file from your computer.
3. Checked…I’m uploading a font that is legal for web embedding. I checked with the author and/or EULA.
4. Click on Generate Web Font
5. Download fonts folder and paste in your theme folder any location, And proper link that folder path in style.css.Ex. @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url('css_fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('css_fonts/open-sans-v15-latin-regular.woff') format('woff'); } body { font-family: 'Open Sans',sans-serif;}
Regards,
DaveApril 23, 2020 at 3:36 pm #150247Hi, thanks for this, however Adobe Fonts don’t actually permit downloading the font files. They are just ‘activated’ through my Adobe account for use in my software.
They do offer this for using a font on a website. How could this work with your customiser please?
https://imgur.com/114t8aP
Many thanks
rachel
April 28, 2020 at 10:50 am #150580hi, I’m still awaiting a response on this query please.
best wishes,
Rachel
April 28, 2020 at 11:15 am #150581Hi,
Kindly go to and download proxima soft font here:
http://fontsfree.net/proxima-nova-soft-w03-regular-font-download.htmlApril 28, 2020 at 11:17 am #150582After the download. Kindly follow this instructions to add custom fonts in your theme.
1. Kindly go to https://www.web-font-generator.com/
2. Select a TTF or OTF file from your computer.
3. Checked…I’m uploading a font that is legal for web embedding. I checked with the author and/or EULA.
4. Click on Generate Web Font
5. Download fonts folder and paste in your theme folder any location, And proper link that folder path in style.css.Ex. @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url('css_fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('css_fonts/open-sans-v15-latin-regular.woff') format('woff'); } body { font-family: 'Open Sans',sans-serif;}
Regards,
DaveApril 28, 2020 at 4:13 pm #150599Hi thanks, although can you tell me how to find the theme folder to paste it in? I can’t seem to find that. Do I need to go into the hosting or can I do this from WordPress end?
Thanks
Rachel
April 29, 2020 at 5:12 am #150620Hi,
Kindly go to theme folder -> lib -> includes -> google_fonts.php add your new font like this
example: 'Assistant' => array( 'label' => 'Assistant', 'vants' => array( '200', '300', '400', '600', '700', '800'), 'subsets' => array( 'latin', ), 'category' => 'display', ),
Regards,
DaveApril 29, 2020 at 8:40 pm #150707hi, Dave, the code I got it different to your example above for Assistant: The CSS I have is:
@font-face {
font-family: ‘ProximaNovaSoftW03-Semibold’;
src: url(‘ProximaNovaSoftW03-Semibold.eot?#iefix’) format(’embedded-opentype’), url(‘ProximaNovaSoftW03-Semibold.woff’) format(‘woff’), url(‘ProximaNovaSoftW03-Semibold.ttf’) format(‘truetype’), url(‘ProximaNovaSoftW03-Semibold.svg#ProximaNovaSoftW03-Semibold’) format(‘svg’);
font-weight: normal;
font-style: normal;
}Is this correct to paste into the theme folder -> lib -> includes -> google_fonts.php
Is that all I need to do to have access to this font in the slider?
Thanks
April 30, 2020 at 5:20 am #150727Hi,
Please send us your WordPress credentials to email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We will solve this issue directly on your server.
Regards,
DaveApril 30, 2020 at 5:38 pm #150815Hi Dave I emailed login details over today. If you can add Proxima font below to the fonts I can access in the SKT Customiser I’d really appreciate it. I need to launch the site on Monday, so tomorrow is the last opportunity to update before launch. Many thanks in advance.
@font-face {
font-family: ‘ProximaNovaSoftW03-Semibold’;
src: url(‘ProximaNovaSoftW03-Semibold.eot?#iefix’) format(’embedded-opentype’), url(‘ProximaNovaSoftW03-Semibold.woff’) format(‘woff’), url(‘ProximaNovaSoftW03-Semibold.ttf’) format(‘truetype’), url(‘ProximaNovaSoftW03-Semibold.svg#ProximaNovaSoftW03-Semibold’) format(‘svg’);
font-weight: normal;
font-style: normal;
}May 1, 2020 at 8:55 am #150902Hi,
Replied via email.
Regards,
DaveMay 1, 2020 at 9:22 am #150905Hi Dave, Proxima has been removed from the Elementor now, which I has added & was using throughout the site. Please let me know what is happening urgently. I haven’t got an email from you.
thanks
May 1, 2020 at 9:29 am #150906I think you have turned all my plugins off, I will not activate them, but please let me know what’s happenibng?
May 1, 2020 at 9:54 am #150907Hi,
Kindly send us the font zip. Which you downloaded from here: https://www.web-font-generator.com/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.