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.
我正在尝试使用 Intel XDK 在我的应用程序上使用 Material Icons,但没有成功。
在我的测试中,我得出的结论是 woff2 文件必须在http://域中,并且尝试从file://. 那么如何在 Intel XDK 上做到这一点呢?字体应该在什么路径中加载它?
http://
file://
编辑:鲍尔不在我的电脑上工作。
下载图标和字体并将它们作为项目文件夹的一部分(在源目录中的某个www文件夹下)。您可能必须在index.html文件中添加一些 CSP 规则才能加载和读取这些文件,但通常,如果您使用的是不必要的标准 HTML5 引用,则仅当您使用 XHR 调用时。
www
index.html