Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我想在所有浏览器中显示相同的字体,包括旧浏览器(例如:IE6、Opera9 等),我应该选择哪一种 @font-face或Web-font两者兼而有之?另外我想知道哪个加载速度更快?
@font-face
Web-font
Web-font只是一个旨在使@font-face使用更容易的工具。
我会说只是使用@font-face. 您拥有的外部资源(例如网络字体)越少,您就越不必担心出错。