pu8y
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing chinese charactersYes 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?
Forum: Fixing WordPress
In reply to: Missing chinese charactersThanks 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.
Forum: Fixing WordPress
In reply to: Missing chinese charactersI 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?
Forum: Fixing WordPress
In reply to: Missing chinese charactersYa 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?