400 8949 560

NEWS/新闻

分享你我感悟

您当前位置> 主页 > 新闻 > 软件编程

BootStrap3使用错误记录及解决办法

发表时间:2026-01-11 23:01:28

文章作者:用户投稿

浏览次数:

错误内容:

glyphicons-halflings-regular.svg文件出错如下,

The content of element type "font-face" is incomplete, it must match "((font-face-src,(desc|title|metadata)*)|((desc|title|metadata)
+,font-face-src,((desc|title|metadata))*?))".

解决办法:

源代码:

<font-face units-per-em="1200" ascent="960" descent="-240"/>

修改成:

<font-face units-per-em="1200" ascent="960" descent="-240">
  <font-face-src>
    <font-face-name name="Glyphicons Halflings"/>
  </font-face-src>
</font-face>

以上所述是小编给大家介绍的BootStrap3使用错误记录及解决办法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!

相关案例查看更多