how to make my HTML 'font' edge color match with background on css?

CowsboroVaw

New Member
how to make my HTML 'font' edge match with background on css ?i meant to make the color of a 'fat font'(font size) change pixel by pixel to match the background.such as white font n black background. how to make the font edge color smoothly / gradually change match to background?e.g. \[code\]<div style(font-size: 24px; weight: 600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;)>MY TITLE n LOGO</div>\[/code\]obviously this can do in photoshop as image, but that would break-my-rule-of-bandwidth. i want it to be HTML n CSS purely. IT IS POSSIBLE? is there any relationship to 'anti-aliasing' thing ? what is anti-alias actually? lazy mode
 
Back
Top