Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi hurra03

    For Example

    Please open fonts.css

    line 19

    /**
     * The example of use Google WEB Fonts
    
            @import url(http://fonts.googleapis.com/css?family=Parisienne);
    
            #site-title span{
                    font-family: 'Parisienne', cursive;
            }
    */

    Change below ( */ move )

    /**
     * The example of use Google WEB Fonts */
    
            @import url(http://fonts.googleapis.com/css?family=Parisienne);
    
            #site-title span{
                    font-family: 'Parisienne', cursive;
            }

    then Site Title font is changed

    Thank you.

    Thread Starter hurra03

    (@hurra03)

    Thank you (again!) – resolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Site title Font’ is closed to new replies.