Comments Civitime started the conversationJuly 19, 2018 at 12:33pmHi,How to import and use custom font ? Not with google font, it's a home made font. Thanks,Best regards. 895TheFox repliedJuly 20, 2018 at 7:57amHello Civitime,Currently our team is working on a way to import custom fonts from the theme panel but unfortunately the feature is not ready yet.You would need to upload your font to the ftp and use then call them using css :https://css-tricks.com/snippets/css/using-font-face/Our team is working on this feature and it should be available in one of our future update.Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Civitime repliedJuly 23, 2018 at 10:26amHello again ! I'm trying to use custom font and I'm not sure about how to do.1 / Upload folder of the font to : /wp-content/themes/cesis/includes/fontsfolder like : Panton.eot / Panton.otf / Panton.woff / Panton.ttf2 / Insert in WP > Cesis > Custom CSS : @font-face { font-family: 'Panton'; src: url('Panton.eot') url('Panton.otf'), url('Panton.woff'), url('Panton.ttf'),}3/ Use it with Custom CSS rule's in my Page ? Thanks. 895TheFox repliedJuly 23, 2018 at 4:01pmHello Civitime,You need to make sure that the url of the fonts are corrects.make sure to use the full url to your font.If you put the URL correctly then after doing the @font-face you should be able to use font-family: 'Panton';for your custom css.Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi,
How to import and use custom font ? Not with google font, it's a home made font.
Thanks,
Best regards.
Hello Civitime,
Currently our team is working on a way to import custom fonts from the theme panel but unfortunately the feature is not ready yet.
You would need to upload your font to the ftp and use then call them using css :
https://css-tricks.com/snippets/css/using-font-face/
Our team is working on this feature and it should be available in one of our future update.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello again !
I'm trying to use custom font and I'm not sure about how to do.
1 / Upload folder of the font to : /wp-content/themes/cesis/includes/fonts
folder like : Panton.eot / Panton.otf / Panton.woff / Panton.ttf
2 / Insert in WP > Cesis > Custom CSS :
@font-face {
font-family: 'Panton';
src:
url('Panton.eot')
url('Panton.otf'),
url('Panton.woff'),
url('Panton.ttf'),
}
3/ Use it with Custom CSS rule's in my Page ?
Thanks.
Hello Civitime,
You need to make sure that the url of the fonts are corrects.
make sure to use the full url to your font.
If you put the URL correctly then after doing the @font-face you should be able to use
font-family: 'Panton';
for your custom css.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme