Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Having a problem installing custom fonts

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205846
    jcarmonadesigns
    Participant

    Hi guys, I am trying to install a custom font I made for the web on a test page before I use it for a website, but I am running into issues with the font being read.

    I tried @font face in my internal css, as well as external, not working, I saw in my creation of my custom font the font works on the demo html testing the font ( I created it through font squirrel, and it created an html demo and it works just fine)

    I tried every thing from creating a link it to the proper folder set up, and or linking it locally or globally and no dice.

    Can you look at the codes of my pages to see what I am doing wrong?

    Thanks

    BTW the font is called “partner_coderegular”, it’s a dingbat that spells out “PartnerCode” is you press ‘abc’ or ‘123’.

    Demo page from Fontsquirrel:

    http://www.jcarmonadesigns.com/PartnercodeStyle/partnercode-demo.html

    Here is my test page:

    http://www.jcarmonadesigns.com/PartnercodeStyle/test.html

    Here is a link to my font:
    http://tinyurl.com/PartnerCodeRegular

    Here is the code I have internal for test page :

    <link rel=”stylesheet” href=”stylesheet.css” type=”text/css” charset=”utf-8″ />

    And here is the element code I have written up in the body of the test page:

    <body style=”background-color: #CCFFFF; font-family: ‘partner_coderegular’;”>

    Here is the link to the css:

    http://tinyurl.com/PartnerCodeCss

    Thanks

    J

    #205847
    Shikkediel
    Participant

    This line is out of place at least :

    &lt;style type="text/css"&gt;

    It should only be around the CSS rule (of .container) and not any meta tags or external links.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.