Prilace
Instant Message
Send Message
|
Posted:
Jan 14, 2007 9:40 PM
to make all the text a nice looking CAPS font... use this
<style>
* {font-variant: small-caps !important;}
</style>
to make just certain text in a nice looking CAPS font... do it like this
This is regular Text <font style="font-variant: small-caps;">Here is a Much Nicer looking All Caps Font</font> and this is back to Regular Fonts
This is regular Text Here is a Much Nicer looking All Caps Font and this is back to Regular Fonts
|