If I want to show same font in all browser, including old browsers (example: IE6, Opera9 etc.)
which one should I choose @font-face or Web-font or both? Also I want to know Which One loads faster?
If I want to show same font in all browser, including old browsers (example:
Share
Web-fontis just a tool designed to make@font-faceusage easier.I’d say just use
@font-face. The less external resources you have (such as web-fonts), the less you have to worry about going wrong.