I am using one custom font file in css, but that font not showing sharp like PSD. In PSD for that use antialiased as 'sharp'. In HTML page its looks blur vibrating font. I want to give sharpness to font with CSS or else in HTML.
I have already tried '-webkit-font-smoothing' property in css, but not get any changes in font.
Is there any way to give this sharp property for custom font in css file or else?