Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Newbie css question...

Reply
Thread Tools

Newbie css question...

 
 
Pea-nutz
Guest
Posts: n/a
 
      10-27-2003
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


 
Reply With Quote
 
 
 
 
Leif K-Brooks
Guest
Posts: n/a
 
      10-27-2003
Pea-nutz wrote:

> 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;


 
Reply With Quote
 
 
 
 
Pea-nutz
Guest
Posts: n/a
 
      10-27-2003
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


"Leif K-Brooks" <> wrote in message
newsg_mb.1290$...
> Pea-nutz wrote:
>
> > 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;
>
>



 
Reply With Quote
 
Adrienne
Guest
Posts: n/a
 
      10-27-2003
Gazing into my crystal ball I observed "Pea-nutz" <> writing
in news:Ms_mb.1218$:

Top posting corrected.

> "Leif K-Brooks" <> wrote in message
> newsg_mb.1290$...
>> Pea-nutz wrote:
>>
>> > 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;
>>
>>

> 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.

--
Adrienne Boswell
Please respond to the group so others can share
http://www.arbpen.com
 
Reply With Quote
 
Leif K-Brooks
Guest
Posts: n/a
 
      10-27-2003
Pea-nutz wrote:

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


Don't top post. http://allmyfaqs.com/faq.pl?How_to_post

You provide the user with an (X)HTML link to the font and let the
download it themself.

 
Reply With Quote
 
Pea-nutz
Guest
Posts: n/a
 
      10-27-2003

"Pea-nutz" <> wrote in message
news:q3_mb.1206$...
> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS Newbie - CSS Works With Invalid DOCTYPE. Fails With Valid DOCTYPE. Larry Lindstrom HTML 19 06-12-2012 02:07 PM
CSS Layout question - how to duplicate a table layout with CSS Eric ASP .Net 4 12-24-2004 04:54 PM
Set CSS property equal to another CSS property? Noozer HTML 10 10-13-2004 09:20 PM
Is there a way to set the a CSS property to be explicitly the same as another CSS property? Joshua Beall HTML 1 12-10-2003 07:21 PM
print.css and screen.css tom watson HTML 1 09-09-2003 02:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57