Font Style, Character Tracking and Anti-Aliasing in HTML

Light Poster
24Oct2010,23:22   #1
bananow's Avatar
Hi everyone,
I have a question concerning text formatting in HTML. I am a newbie in webdesign so I wanted to ask, if it is possible to somehow set the font style, character tracking and the anti-aliasing method in HTML or perphaps CSS. If so, how? I created my web design in Photoshop where it is possible to set these values, but I am not sure about HTML.
Thank you in advance

Tomas
Ambitious contributor
18Jan2011,10:15   #2
pein87's Avatar
for fonts use

font-family: ariel;

@font-face { font-family: ariel; src: url('http://font.com/font.ttf'); }

You cant get the string length(number of characters in a string without using javascript.

var textChar = document.getElementById('myDiv').innerHTML.length;

not sure on the other part though.
Banned
22Mar2011,15:36   #3
kumarpyasa's Avatar
Hi dear
for fonts use
<font face="Monotype Corsiva" size="4" font color="red">kumar pyasa</font>