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.
作为学习的一部分,我在 Visual Studio 2008 中创建了一个网站(实际上是一个 HTML 页面!)。我在其中使用了一些 Windows XP 中未预装的字体。所以当我在另一个系统中运行网页时,所有这些字体都没有显示。那么有没有办法将字体与网页打包?
对于严肃的 Web 开发,您应该研究 webfonts(例如 google webfonts,或您上传到服务器的任何其他 otf webfont),以保持高兼容性和低请求文件大小。
Webfonts 与 CSS @font-face 规则一起使用。
http://www.css3.info/preview/web-fonts-with-font-face/
您可以尝试以下几种方法。
http://jonraasch.com/blog/embedding-custom-fonts