Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pu8y

    (@pu8y)

    Yes already put them at the very beginning of style.css page.

    Just check at the theme’s key features, it is written there “Cufon and Google fonts (since version 1.6)”, and I am using version 1.5. So i still can use @import part?

    Thread Starter pu8y

    (@pu8y)

    Thanks for the hint, at least I know which part is going wrong.
    May I know how to set the pages to use google font?

    @import url(http://fonts.googleapis.com/css?family=PT+Sans);

    h1 {
            font:30px 'PT Sans',arial,verdana,;
    	line-height:1.3em
    }

    I’ve tried above but not working.

    Thread Starter pu8y

    (@pu8y)

    I am not sure whether i am following the correct step. I am updating the stylesheet (style.css) file with the following code:

    h1 {
            font:30px hei,verdana !important;
    	line-height:1.3em
    }

    The only change i can see is the font-size, the font family isn’t change to verdana at all! Besides, when the page is loading, i can see the chinese characters showing up and before the page is completely loaded, the chinese characters are just disappear. In short, the chinese characters shown up 1 or 2 seconds duration only.

    Any idea?

    Thread Starter pu8y

    (@pu8y)

    Ya I am using Felis 1.5 by fireform, it has Cufon and Google fonts.
    Is there any method to continue using this theme by alter the font-family used and switch to other font?

Viewing 4 replies - 1 through 4 (of 4 total)