Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have a link to your site? That would help… probably the path to the font files is wrong. Check that twice.

    Thread Starter AlphaXX

    (@alphaxx)

    Ok,…
    seems like you didn’t really embed the font.
    So you got the fontface kit, right? You said you got a .js file. That’s not enough. Get the whole kit.
    Then use the example file to see how to embed it. You will have to put something like this

    @font-face {
        font-family: 'PacificoRegular';
      ....

    into your css file. Then USE the font for some heading like this…

    h2 {font: 60px/68px 'PacificoRegular', Arial, sans-serif;letter-spacing: 0;}

    Gotta go to bed now… thats why the answer is so short.
    Good Luck
    Anja

    Thread Starter AlphaXX

    (@alphaxx)

    Thank you! I’m gonna try this out…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Font Won't Show on Live Page’ is closed to new replies.