Results 1 to 2 of 2

Thread: Font doesnt show on site, even after uploading to server

  1. #1
    Join Date
    Feb 2012
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Font doesnt show on site, even after uploading to server

    Thanks for looking at my cry for help!

    Ive been busy making my website and for some stupid annoying reason, my fonts just wont show on every computer. Its getting frustrating. This is what Ive tried so far!

    CSS files:

    @font-face {
    font-family: French Script MT Standaard;
    src: url(http://www.brigittedam.nl/fonts/FRSCRIPT.TTF);
    font-weight:400;
    }

    p {
    font-family: French Script MT Standaard;
    }

    body {
    font-family: French Script MT Standaard;
    font-size: 12px; /* Sets default font size to 10px */
    color: #2b1d16;
    font-weight:normal;
    }


    OR IVE TRIED:

    @font-face {
    font-family: French Script MT Standaard;
    src: url(fonts/FRSCRIPT.TTF);
    font-weight:400;
    }

    p {
    font-family: French Script MT Standaard;
    }

    body {
    font-family: French Script MT Standaard;
    font-size: 12px; /* Sets default font size to 10px */
    color: #2b1d16;
    font-weight:normal;
    }


    IVE UPLOADED THE TTF FILE TO MY WEBSITE ONLINE

    Ive also tried to just call it in a html file:

    <P font face="scriptmtbold"; url="http://www.brigittedam.nl/fonts/scriptmtbold.ttf">
    Hallo Hallo Hallo</p>


    OR

    <P font face="scriptmtbold"; url="fonts/scriptmtbold.ttf">
    Hallo Hallo Hallo</p>


    Ive tried two different font types and tried it out locally as well as online. Nothing works. Can anyone solve this problem for me. The websafe fonts are beyond boring and I can not stand the fact that I cant get something so basic to work!!!

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there BrigitteD,

    as the forum "Attachment" facility has a limit of 97.5KB, I
    have put a solution to your problem on my server instead.

    You can view it here...

    ...and download the files here...

    coothead

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •