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?
regardsNot that I'm aware of.thanks for the answer
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?
regardsNot that I'm aware of.thanks for the answer