Forums

Custom Font Won't Show on Live Page (5 posts)

  1. AlphaXX
    Member
    Posted 9 months ago #

    So I downloaded this font: http://www.fontsquirrel.com/fonts/pacifico

    I exported a .js file of it, and uploaded it into WordPress, but it ends up showing a default font instead.

    I've tried to correct this at least 5 times, and nothing is working!

    What could be the issue?

  2. wearitwell
    Member
    Posted 9 months ago #

    Do you have a link to your site? That would help... probably the path to the font files is wrong. Check that twice.

  3. AlphaXX
    Member
    Posted 9 months ago #

  4. wearitwell
    Member
    Posted 9 months ago #

    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

  5. AlphaXX
    Member
    Posted 9 months ago #

    Thank you! I'm gonna try this out...

Reply

You must log in to post.

About this Topic

Tags