Support ForumHow to use my own font – Support Forum https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/feed Wed, 05 Feb 2025 08:50:59 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2210 <![CDATA[How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2210 Thu, 01 May 2014 09:35:55 +0000 Tom30 Hello!

How can I use my own font?

Cheers

]]>
https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2213 <![CDATA[Reply To: How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2213 Thu, 01 May 2014 10:57:27 +0000 IshYoBoy Hi there,

This is quite a global question. Use a child theme, integrate your font and use CSS to set where this font should be used.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2215 <![CDATA[Reply To: How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2215 Thu, 01 May 2014 11:04:32 +0000 Tom30 What does that mean using a child theme?

Because my web site is ready with everything I don’t want to set every color and stuff again… I just need to add one more font.

Maybe I can upload my font to the website somewhere and initialisze it with some css but I don’t know how.

Cheers

]]>
https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2216 <![CDATA[Reply To: How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2216 Thu, 01 May 2014 11:44:28 +0000 IshYoBoy Hi there,

Child theme is a “smart way” of customizing an existing theme. Yo can read more about Child Themes Here.

The child theme will use everything as already set in the parent theme and there will be no changes needed except that you will have to go under “Appearance” -> “Menus” and set which menu to be used again. We have provided a starter child theme along with the original theme, which you can use as a basis for your changes.

Not sure what font you wish to use and how you need to get it running but the theme itself provides both “Custom CSS” and “Custom Scripts” fields under “Theme Options” -> “General Options” tab.

You can use the “Custom Scripts” to link to uploaded files and then use the “Custom CSS” to add the necessary CSS styles so the theme uses the font.

I am sure the font you need contains instructions for integration.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2217 <![CDATA[Reply To: How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2217 Thu, 01 May 2014 13:23:37 +0000 Tom30 Hi,

I did this when I was using prestashop to had my own font (explanation from the support):

////////

1. You need to upload this font to modules/stthemeeditor/views/css/ folder.
2. You need to add the following css to “Custom CSS Code” field(go to Modules > Theme editor > Click on the “Custom codes” tab).
@font-face {
font-family: ‘FUTRFW’;
src: url(‘FUTRFW.TTF’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}

3.
If you want to change the menu font use this css code: #st_mega_menu .ma_level_0,#stmobilemenu .ma_level_0{font-family:’FUTRFW’;}

Body: .body{font-family:’FUTRFW’;}

/////

Is there anyway I could reproduce this with your theme?

I looked into the folder of the wordpress web site and found this folder:
/www/wp-includes/fonts

Is it the good one, is it possible to do so?

Cheers

]]>
https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2219 <![CDATA[Reply To: How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2219 Thu, 01 May 2014 15:57:01 +0000 IshYoBoy Hey,

It is a very bad idea to edit the WordPress source files or theme source files directly. In a few weeks/months there might be an update of either of them and all your changes will be lost once you update. Therefore a Child theme is the best way.

Have a look at this topic:

Import an other font

I think you have all the necessary information in there. In short:

1. Add “my-font” folder inside your child theme’s root folder

2. Paste all your font files (ttf, eot, woff, svg) inside.

3. Open “child-theme.css” and add the following code to it:

Please make sure to link only the files you physically have. Make sure there is a semicolon after the last source.

4. Style the necessary elements to use the mentioned font:

5. Upload your Child Theme and activate it.

Hope this helps,
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2220 <![CDATA[Reply To: How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2220 Thu, 01 May 2014 16:25:57 +0000 Tom30 Thanks I’ll try!

And last question, if I want to use the font in the revolution slider is it possible?

Cheers

]]>
https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2224 <![CDATA[Reply To: How to use my own font]]> https://support.ishyoboy.com/forums/topic/how-to-use-my-own-font/#post-2224 Fri, 02 May 2014 12:34:02 +0000 IshYoBoy Hey,

I am sure it is :)
You’ll just have to find the right CSS classes to apply it to :)

once you have it up and running on the regular content and you need assistance, please provide the url where we can see it and possibly suggest how to add it to the slider.

Please open a separate support ticket for that.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>