我正在构建的网站上包含了Ionicons,它们没有显示在我的IIS本地主机服务器上,但它们确实显示在我的Azure Web App上。如何让它们显示在本地主机上?
文件:(仅将.css链接到index.html)
ionicons.css
ionicons.eot
ionicons.svg
ionicons.tff
ionicons.woff发布于 2016-08-17 17:17:34
如果您使用npm或bower下载ionic并在您的index.html中包含鲁特
<link href="lib/ionic/css/ionic.css" rel="stylesheet">应该可以,修改你的本地文件。
ionicons.css ionicons.eot ionicons.svg ionicons.tff ionicons.woff
此文件不需要通过http://ionicons.com/显示图标
https://stackoverflow.com/questions/38982439
复制相似问题