Comments Richard started the conversationOctober 16, 2015 at 4:25pmHi,I would like to use my own font (.otf files) in the Fox theme. I saw the link (https://css-tricks.com/snippets/css/using-font-face/) and read it, but I am afraid I do not understand.1. Where do I upload/save my own font (which is now in a .zip file on my PC)?2. How do I add that to the @font-face CSS code?3. Is there maybe a plugin (that you can recommend) that solves my issue?Thanks for the help!Regards,Richard 895TheFox repliedOctober 17, 2015 at 8:47amHi Richard,You would have to update the font to the server ftp, but you may want to try this plugin :https://wordpress.org/plugins/use-any-font/Do not hesitate to contact us if you have more questions!Have a nice weekend!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 Richard repliedOctober 18, 2015 at 12:49pmHi,To which folder should I upload the font using FTP? ANd after I have uploaded it, does it mean in the codesnippet below that the URL would be the place where I have uploaded the font? Where webfont.eot would be the name of my font?@font-face {font-family: \'MyWebFont\';src: url(\'webfont.eot\'); /* IE9 Compat Modes */Regards,Richard 895TheFox repliedOctober 19, 2015 at 11:53amHi,You need to upload the font to the same folder of the css file you are going to do the modifications.And yes, you need to change the name of the font and replace the url with your custom font name.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,
I would like to use my own font (.otf files) in the Fox theme. I saw the link (https://css-tricks.com/snippets/css/using-font-face/) and read it, but I am afraid I do not understand.
1. Where do I upload/save my own font (which is now in a .zip file on my PC)?
2. How do I add that to the @font-face CSS code?
3. Is there maybe a plugin (that you can recommend) that solves my issue?
Thanks for the help!
Regards,
Richard
Hi Richard,
You would have to update the font to the server ftp, but you may want to try this plugin :
https://wordpress.org/plugins/use-any-font/
Do not hesitate to contact us if you have more questions!
Have a nice weekend!
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
Hi,
To which folder should I upload the font using FTP? ANd after I have uploaded it, does it mean in the codesnippet below that the URL would be the place where I have uploaded the font? Where webfont.eot would be the name of my font?
@font-face {font-family: \'MyWebFont\';src: url(\'webfont.eot\'); /* IE9 Compat Modes */
Regards,
Richard
Hi,
You need to upload the font to the same folder of the css file you are going to do the modifications.
And yes, you need to change the name of the font and replace the url with your custom font name.
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