Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #360116

    Client wants to use a font that supports Hawaiian characters. Can you tell me which if any of those included with Enfold will work. or how we can get font that will.
    Thanks

    #360123

    Well I chose OPEN SANS thinking it would have the Hawaiian fonts and special characters in the SPECIAL CHARACTER Section, but it does not. Back to square one. Any ideas of Hawaiian fonts???

    • This reply was modified 9 years, 4 months ago by elames.
    #360443

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

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

    Cheers!
    Josue

    #360493

    So I pasted into my CHILD functions.php but nothing changed.Special characters do not include the kahakö (Ā)
    how do I get that? Sorry but I don’t understand how this should work.

    #360507

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

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