Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #691444

    You can see some examples here. All the turkish characters were written in bold and different type.

    Thank you

    #691447

    Hey introvisuals,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
        font-weight: 400 !important;
    }
    

    Best regards,
    Jordan

    #691455

    I did this.
    I have added this code in style.css. But i still have the same issue.
    I don’t want everything bold. I want to make those turkish Character as normal as other font.

    • This reply was modified 7 years, 6 months ago by introvisuals.
    #692299

    Merhaba!

    Please add following code to Functions.php file in Appearance > Editor

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext,cyrillic,cyrillic-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Best regards,
    Yigit

    #692489

    Sorry, None of answers above is working in my website. Please let me know if you have exact solution for the problem. I think the Turkish font itself have this format. We may need to change to another turkish font. Please describe how i can do that.

    #692573

    Hi,

    If solution i posted above did not help, there is a great chance that the font you are currently using is not supporting Turkish characters.
    Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ to add additional Google Fonts.

    Best regards,
    Yigit

    #693526

    Hi,

    The problem is not solved yet. Below, i am telling you my problem more details:

    I have installed the Enfold Theme onto wordpress. I have been editing the existing text that comes with the material by inputting Turkish Language explanations.

    Unfortunately, Turkish characters (ç,ö,i,ş,ü,ğ) look very bold although other character with is are not bold. Please have a look at the page below:

    Please give me exact detail solution.

    Thanks

    #693618

    Hi,

    Please try changing font from Lato to Open Sans or any other. Lato does not support Turkish characters.

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.