font-family:"Copperplate Gothic Light"

They have: 10 posts

Joined: Aug 1999

I can't get the above font to work in CSS, though as I understood it, font names with spaces could be used so long as they are in quotes.

Suggestions?

- Botch

They have: 359 posts

Joined: Mar 1999

just remember that when you use fonts like that, the visitor will only see your page with that font if they have it installed on their computer.

------------------
Dan
CDS Web Design

Dan
Recycle Video Games Network

Stupidity killed the cat, curiosity was framed!

They have: 10 posts

Joined: Aug 1999

I know, and I often imbed the fonts for IE users, and I provide a zip file for viewers to download, and it's not *that* uncommon of a font anyway, but still...

why can't I get it to work in my CSS calls?

- Botch

They have: 359 posts

Joined: Mar 1999

Botch,

this works in ie5 and ns4.7, at least on my system.

code:

<style type="text/css">
<!--
body {font-family: "Copperplate Gothic Light"; font-size: 12pt}
-->
</style>[/code]

------------------
Dan
 CDS Web Design 


[This message has been edited by cds (edited 26 November 1999).] 

Dan
Recycle Video Games Network

Stupidity killed the cat, curiosity was framed!

They have: 10 posts

Joined: Aug 1999

Can you get that style sheet to work with drop-down boxes and input buttons as well?

I can't on IE5.

- Botch

They have: 5,633 posts

Joined: Jan 1970

Try removing the quote marks. You can change the appearance of Dropboxs & Buttons.

SELECT, INPUT {
font-family: ??? ;
font-size: ??? ;
background-color: ??? ;
}

------------------
http://go.to/hass

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.