Newbie css question...

P

Pea-nutz

I am trying to create a css file that will make the font in my webpage
'amaze.ttf '. It works on *my machine but when I access it from another that
doesn't have that font installed I just get a default font. How is this
done?

please don't laugh too loud- here is what I did:
*****************
..angel {
font-family: Amaze;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

*****************
Pea-nutz
 
L

Leif K-Brooks

Pea-nutz said:
I am trying to create a css file that will make the font in my webpage
'amaze.ttf '. It works on *my machine but when I access it from another that
doesn't have that font installed I just get a default font. How is this
done?

Have a link to download the font.
please don't laugh too loud- here is what I did:
*****************
.angel {
font-family: Amaze;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

That's nearly correct, but try providing alternatives like:

font-family : Amaze, Arial, sans-serif;
 
P

Pea-nutz

would you be so kind as to show me how a link to download the font from a
css would look like?

would be greatly appreciated...

Pea-nutz
 
A

Adrienne

Gazing into my crystal ball I observed "Pea-nutz" <[email protected]> writing
in
Top posting corrected.
would you be so kind as to show me how a link to download the font from
a css would look like?

would be greatly appreciated...

<p>If you would like to see what this web site looks like with the Amaze
font, then <a href="amaze.ttf">download and install the font</a>.</p>

Please be aware that there may be copyright issues. You should have
distribution rights if you are going to do this. Additionally, please note
in the above example, they name of the file may not be correct.
 
P

Pea-nutz

Pea-nutz said:
I am trying to create a css file that will make the font in my webpage
'amaze.ttf '. It works on *my machine but when I access it from another that
doesn't have that font installed I just get a default font. How is this
done?
SNIP

sorry about the top-posting, thanks for the info's greatly appreciated.

Pea nutz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top