Support ForumChange Font family to a custom one – Support Forum https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/feed/ Sat, 18 May 2024 10:26:07 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10307 <![CDATA[Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10307 Wed, 28 Oct 2015 10:14:29 +0000 hitechjazz Hi IshYoBoy,

I want to use Japanese font family set bellow.
I’m a beginner, please give me your valuable advice.

font-family: Avenir , “Open Sans” , “Helvetica Neue” , Helvetica , Arial , Verdana , Roboto , “游ゴシック” , “Yu Gothic” , “游ゴシック体” , “YuGothic” , “ヒラギノ角ゴ Pro W3” , “Hiragino Kaku Gothic Pro” , “Meiryo UI” , “メイリオ” , Meiryo , “MS Pゴシック” , “MS PGothic” , sans-serif; /* フォントの種類 */
font-weight: 200; /* フォントの太さ */
line-height: 150%; /* 行間 */
letter-spacing: 0.1em; /* 文字間 */
}

Best regards,

]]>
https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10316 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10316 Thu, 29 Oct 2015 07:32:59 +0000 IshYoBoy Hi there,

You can specify manually the HTML elements which should use these font settings and either add the code to “Theme Options -> General Options -> Custom CSS” or via Child Theme’s css. Otherwise, the fonts are set through “Theme Options -> Font Options” where you can choose the correct Google or custom font.

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/change-font-family-to-a-custom-one/#post-10323 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10323 Thu, 29 Oct 2015 13:48:17 +0000 hitechjazz Hi IshYoBoy,

Thanks.
Let me know all target selectors. (h1, h2,….)

Best regards,

]]>
https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10329 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10329 Fri, 30 Oct 2015 08:39:25 +0000 IshYoBoy Hi hitechjazz,

we don’t know specify “all target selectors” for you. It depends only on your choice and what you need to achieve.

Body font, Header font and Title font ( H1 – H6 ) for all theme you can set through “Theme Options -> Font Options” where you can set your custom or Google font.

Via “Theme Options -> General Options -> Custom CSS” or Child Theme’s css you can adjust your specific page elements.

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/change-font-family-to-a-custom-one/#post-10333 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10333 Fri, 30 Oct 2015 13:09:35 +0000 hitechjazz Hi IshYoBoy,

You are right.
I want to control all fonts in my website.

Even if I set through “Font Options”, It can’t control several fonts for an element like this [font-family: Avenir , “Open Sans” , “Helvetica Neue” , Helvetica , Arial , Verdana , Roboto , “游ゴシック” , “Yu Gothic” , “游ゴシック体” , “YuGothic” , “ヒラギノ角ゴ Pro W3″ , “Hiragino Kaku Gothic Pro” , “Meiryo UI” , “メイリオ” , Meiryo , “MS Pゴシック” , “MS PGothic” , sans-serif;].

So I should use “Custom CSS”.

Is my understanding of this correct?

Best regards,

]]>
https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10341 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10341 Mon, 02 Nov 2015 06:23:28 +0000 IshYoBoy Hey,

Using the theme options you should be able to control all fonts. But of course following the pattern we’ve used. For elements which need different styling you should use Custom CSS..

Also all fonts are handled dynamically through this file:
wp-content/themes/boldial/assets/framework/wp/dynamic_css/inc/dynamic_fonts.php

So you might update or even override it in your child theme, but the changes are reflected only after you hit the “Save All Changes” in Theme Options.

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/change-font-family-to-a-custom-one/#post-10344 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10344 Mon, 02 Nov 2015 08:34:30 +0000 hitechjazz Hi IshYoBoy,

I added this file in my child theme and hit the “Save All Changes” in Theme Options.
But it doesn’t work.
Is the PHP correct?
I changed [, sans-serif !important;] into [, Avenir , “Open Sans” , “Helvetica Neue” , Helvetica , Arial , Verdana , Roboto , “游ゴシック” , “Yu Gothic” , “游ゴシック体” , “YuGothic” , “ヒラギノ角ゴ Pro W3″ , “Hiragino Kaku Gothic Pro” , “Meiryo UI” , “メイリオ” , Meiryo , “MS Pゴシック” , “MS PGothic” , sans-serif;].

Best regards,

]]>
https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10364 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10364 Tue, 03 Nov 2015 06:59:31 +0000 IshYoBoy Hi there,

You need to copy the whole file and reproduce the same folder structure as in the parent theme. So in the root of your child theme create a folder called “assets”, in it another called “framework” and so on with the rest of the path “wp/dynamic_css/inc/dynamic_fonts.php”

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/change-font-family-to-a-custom-one/#post-10386 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10386 Wed, 04 Nov 2015 07:05:47 +0000 hitechjazz Hi IshYoBoy,

Thank you so much!
I reproduced the same folder and now dynamic_fonts.php is OK.
But still “Theme Options -> Font Options” looks working.

I’d like to use only following fonts.
font-family: Avenir , “Open Sans” , “Helvetica Neue” , Helvetica , Arial , Verdana , Roboto , “游ゴシック” , “Yu Gothic” , “游ゴシック体” , “YuGothic” , “ヒラギノ角ゴ Pro W3″ , “Hiragino Kaku Gothic Pro” , “Meiryo UI” , “メイリオ” , Meiryo , “MS Pゴシック” , “MS PGothic” , sans-serif;

Best regards,
H

]]>
https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10399 <![CDATA[Reply To: Change Font family to a custom one]]> https://support.ishyoboy.com/forums/topic/change-font-family-to-a-custom-one/#post-10399 Wed, 04 Nov 2015 08:47:30 +0000 IshYoBoy Well,

you need to change it within the mentioned file. The code you provided uses the font from the back-end and then adds all other fonts. Just remove the dynamic font from the beginning of your line. In this case the Theme Options -> Font Options will be ignored. Remove this:

<?php echo $ish_fonts['h1_font']['css_string']; ?>

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

]]>