Special Fonts and Truetype on the webpage

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
UnangBangkay
Newbie
Posts: 15
Joined: Fri Jan 01, 1999 4:00 pm
Contact:

Post by UnangBangkay »

I'm making a special character page that's supposed to look like a government intelligence report, so I used the font "Secret service typewriter". I heard that special fonts won't display if the viewer doesn't have the fonts.<P>I've seen other pages that display special fonts like <a href="http://www.summerblue.net/games/counter ... html">This one</a>, and whe I looked at the source, there was some java scripting. I don't know scat about Java, so can anyone help me with the fonts?<P>Thanks!<P>------------------

User avatar
STrRedWolf
Confuzzled CG Admin
Confuzzled CG Admin
Posts: 2580
Joined: Fri Jan 01, 1999 4:00 pm
Location: undef;
Contact:

Post by STrRedWolf »

It's all a ton of font tags, and some dynamic fonts that not all browsers understand.<P>Not only that, some browsers ignore the font tag itself, and some platforms (Solaris, HP-UX, most unixen) don't have TrueType support with their X11 servers.<P>I hate to say, you're stuck with Arial/Helvetica, Times New Roman/Times, Courier, and maybe Crille (star trek font). Let the browser decide w/"pre" and "tt" tags.<P>------------------
Kelly "STrRedWolf" Price (aka WolfSkunk "STriker" RedWolf)
<A HREF="http://stalag99.keenspace.com/" TARGET=_blank>Stalag '99</A> -- <A HREF="http://stalag99.keenspace.com/" TARGET=_blank>http://stalag99.keenspace.com/</A>
Need KeenSpace Help? Try the <A HREF="http://gear.keenspace.com" TARGET=_blank>The Gear</A> for tutorials and FAQ's!

UnangBangkay
Newbie
Posts: 15
Joined: Fri Jan 01, 1999 4:00 pm
Contact:

Post by UnangBangkay »

damn. The site was SO cool too.

Toddandpenguin
Cartoon Hero
Posts: 1014
Joined: Fri Jan 01, 1999 4:00 pm
Contact:

Post by Toddandpenguin »

If you are really in love with the font, and are using it for special pieces, you can do an image of what you are aiming for in one of your paint programs. You don't want to do too large a piece like this, but if it's just little things here n there, it's a decent solution.
~dave<P>------------------
<A HREF="http://toddandpenguin.keenspace.com/" TARGET=_blank>http://toddandpenguin.keenspace.com/</A>

Luchito
Regular Poster
Posts: 208
Joined: Fri Jan 01, 1999 4:00 pm
Location: Santiago, Chile
Contact:

Post by Luchito »

Yeah, that's right. It's either</font><font name="Arial,Helvetica,serif">Arial,Helvetica,serif</font>, <font name="Times New Roman,Times,sans-serif">Times New Roman,Times,sans-serif</font>, or <font name="Courier New,Courier,monospace">Courier New,Courier,monospace</font><font name="Verdana,Arial" size="2">.<P>Also, you can specify various fonts in order of preference; first the font you desire, then a more common alternative, then some generic font like those listed before, then a generic font family (most browsers accepts them). "Secret service typewriter", for example, seems like a monospaced font for me, like Courier. So use name="Secret service typewriter,Courier New,Courier,monospace" in your font tag or CSS font-family.

Luchito
Regular Poster
Posts: 208
Joined: Fri Jan 01, 1999 4:00 pm
Location: Santiago, Chile
Contact:

Post by Luchito »

Yeah, that's right. It's either</font><font name="Arial,Helvetica,serif">Arial,Helvetica,serif</font>, <font name="Times New Roman,Times,sans-serif">Times New Roman,Times,sans-serif</font>, or <font name="Courier New,Courier,monospace">Courier New,Courier,monospace</font><font name="Verdana,Arial" size="2">.<P>Also, you can specify various fonts in order of preference; first the font you desire, then a more common alternative, then some generic font like those listed before, then a generic font family (most browsers accepts them). "Secret service typewriter", for example, seems like a monospaced font for me, like Courier. So use name="Secret service typewriter,Courier New,Courier,monospace" in your font tag or CSS font-family.

Luchito
Regular Poster
Posts: 208
Joined: Fri Jan 01, 1999 4:00 pm
Location: Santiago, Chile
Contact:

Post by Luchito »

Yeah, that's right. It's either</font><font name="Arial,Helvetica,serif">Arial,Helvetica,serif</font>, <font name="Times New Roman,Times,sans-serif">Times New Roman,Times,sans-serif</font>, or <font name="Courier New,Courier,monospace">Courier New,Courier,monospace</font><font name="Verdana,Arial" size="2">.<P>Also, you can specify various fonts in order of preference; first the font you desire, then a more common alternative, then some generic font like those listed before, then a generic font family (most browsers accepts them). "Secret service typewriter", for example, seems like a monospaced font for me, like Courier. So use name="Secret service typewriter,Courier New,Courier,monospace" in your font tag or CSS font-family.

Luchito
Regular Poster
Posts: 208
Joined: Fri Jan 01, 1999 4:00 pm
Location: Santiago, Chile
Contact:

Post by Luchito »

Yeah, that's right. It's either</font><font name="Arial,Helvetica,serif">Arial,Helvetica,serif</font>, <font name="Times New Roman,Times,sans-serif">Times New Roman,Times,sans-serif</font>, or <font name="Courier New,Courier,monospace">Courier New,Courier,monospace</font><font name="Verdana,Arial" size="2">.<P>Also, you can specify various fonts in order of preference; first the font you desire, then a more common alternative, then some generic font like those listed before, then a generic font family (most browsers accepts them). "Secret service typewriter", for example, seems like a monospaced font for me, like Courier. So use name="Secret service typewriter,Courier New,Courier,monospace" in your font tag or CSS font-family.

UnangBangkay
Newbie
Posts: 15
Joined: Fri Jan 01, 1999 4:00 pm
Contact:

Post by UnangBangkay »

Yeah, I thought of that. Can't work though, I was gonna use it to make an entire character page. I guess it's Courier new for me!<P>

UnangBangkay
Newbie
Posts: 15
Joined: Fri Jan 01, 1999 4:00 pm
Contact:

Post by UnangBangkay »

I meant for the "create an image" suggestion.<P>------------------

Post Reply