How do you use sharp fonts in CSS?
Sharp fonts on CSS
Collapse
X
-
-
Smooth fonts aren't considered 'sharp' because they are actually blurred or 'antialiased'. The fonts you see in Photoshop are not available in most web browsers unless they are installed in the operating system. So this limits what is available in the browser. You can only specify four possible fonts with css out of a safe seven or so and, even then, only one or two will work.
The only other way to include Photoshop fonts is to display them on the web as an image but this is not always a practical idea because images can take a long time to download compared to text.Comment
-
The only other way to include Photoshop fonts is to display them on the web as an image but this is not always a practical idea because images can take a long time to download compared to text.Comment
-
Comment