Using True type fonts in web applications
问题 Present I see lot of web sites use true type fonts . I want to to know how to use true type fonts in our applications and does it affect the load time of the pages ? 回答1: Font embedding can be a bit complicated due to browser compatibility issues. For example, Safari only supports SVG fonts. IE only supports .eot, which must first be converted from .ttf I have found the easiest way to use custom fonts is with Google Fonts Besides having the free google font directory to choose from, there are