Forum Moderators: open

Message Too Old, No Replies

Looking for an all capital font family that is Safari/IE compatible...

         

irock

1:16 pm on Feb 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm looking for an all capital letter font family that is both Safari & IE compatible. The font I need has to be wide and fat...

Any ideas?

Thanks!

grahamstewart

1:41 pm on Feb 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not quite what you are looking for, but have you considered using the
text-transform
property in CSS?

For instance..


<p style="text-transform:uppercase">
This paragraph will appear in all caps.
</p>

This has the advantage that if you decide not to use "shouting" then you can remove the style without changing any HTML (especially useful if you use an external stylesheet).