Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #718907

    Hello guys, im very sorry to bother but i have a problem with a character “č” in heading …

    this solution fixed the problem with mobile version where none of special characters displayed correctly

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

    i tried to change the font to open sans but the character is still in bold… please can you help me??

    Bold character in heading

    #719443

    Hey goldsvk,

    Have you tried using another font family?
    I was not able to login to your site due to IP restriction. If you would like us to look into it, please disable it temporarily.

    Best regards,
    Yigit

    #719580

    Hello Yigit im sorry i turned off the protection. I tried open sans, arial and lato and the result was the smae. But im not sure if the font in heading is changing… The problem is only in special heading … in text or usual headind the character is OK…

    Thank you
    Maros

    #719778

    Hi,

    I edited functions.php file and moved the code right below following line

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and then i set h6 to Open sans font family and it worked fine. Please review your website now

    Best regards,
    Yigit

    #719790

    Awsome! thank you very much

    #719794

    Hi!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘A character in heading is bold’ is closed to new replies.