custom font family problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • #14164
    funnybear
    Participant

    trying to use a custom font and having problems making it appear. I am able to get the custom css file change the size & style, but the font family seems ignored. http://potter-builders.com/sample-page/

    #14313
    Takuri
    Participant

    ThemeOption > Layout > “Enter your custom CSS” input?

    Bad:
    font-family: “Arial”,”Helvetica” … ,sans-serif;

    OK:
    font-family: Arial,Helvetica … ,sans-serif;

    “” or ” <- unnecessary

    exsample:

    body {
    font-family: Comic Sans MS,Arial Black;
    }
    #current-location h1 {
    font-family: Comic Sans MS,Arial Black;
    font-style:normal;
    }

    Haha.. “Comic Sans MS” is look bad.

    #14376
    Daniel Tara
    Keymaster

    This is a known issue that will be fixed in the next version.

Viewing 3 posts - 1 through 3 (of 3 total)

Tagged: , ,

You must be logged in to reply to this topic.