Click to See Complete Forum and Search --> : how to control anti-aliasing with CSS


jasongr
08-16-2005, 05:05 AM
Hello

I have the following CSS rule for some text:

.Text {
font-size:13;
color:#2C506A;
font-weight:bold;
}

When the browser renders it, it uses anti-aliasing to give it a better look. I am interesting in displaying the same text without anti-aliasing. Is this possbile via CSS? is there a way to tell the browser to not anti-alias the text?
If so, how?

regards

NogDog
08-16-2005, 06:20 AM
Not that I'm aware of.

jasongr
08-16-2005, 08:08 AM
thanks for the answer