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.
我正在尝试使用加载了@font-face 的自定义字体来呈现 Angular.js 页面。\
如果我禁用字体规则,页面启动时间是半秒。启用 font-faces 后,总共需要 12 秒。
它发生在 HTTP 服务器和 file:/// 上。我附上了 Webkit Inspector 输出以显示这里发生了什么。
有解决方法吗?我正在使用 PyQt 和最新版本的 Qt4。我正在使用 Python 脚本从命令行启动应用程序。
原来这是一个合法的旧 Webkit 问题。我用最新版本的 QtWebKit 编译了针对 Qt5 的 PyQt5 开发快照,问题消失了。