Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Support Vietnamese Google Fonts #365486

    I found my self
    //write the link tag with the $this->google_fontlist
    function link_google_font()
    {
    if(empty($this->google_fontlist)) return;

    $this->extra_output .= “\n<!– google webfont font replacement –>\n”;
    $this->extra_output .= “<link rel=’stylesheet’ id=’avia-google-webfont’ href=’//fonts.googleapis.com/css?family=”.apply_filters(‘avf_google_fontlist’, $this->google_fontlist).”&subset=latin,vietnamese”.”‘ type=’text/css’ media=’all’/> \n”;
    }
    In framework/php/class-style-generator.php
    Thanks!

    in reply to: Vietnamese menu error #365122

    Thank you very much,
    But I just change font to Open Sans and everything is ok for now :D

    in reply to: Vietnamese menu error #364834
    This reply has been marked as private.
    in reply to: Vietnamese menu error #364019

    Here you are
    Error 1
    Error 2
    Error 3
    Pic 1
    Pic 2
    Pic 3
    Thanks a lot!

    • This reply was modified 9 years, 4 months ago by hacmieu. Reason: Add pictures
Viewing 4 posts - 1 through 4 (of 4 total)