Log in

View Full Version : Font doesnt show on site, even after uploading to server



BrigitteD
03-10-2012, 12:01 PM
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!!!

coothead
03-10-2012, 03:02 PM
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...
http://www.coothead.co.uk/BrigitteD/@font-face.html
...and download the files here...
http://www.coothead.co.uk/BrigitteD.zip
coothead