The content of element type "font-face" is incomplete, it must match "((font-face-src,(desc|title|me
程序员文章站
2022-07-15 10:45:50
...
在eclipse中导入bootstrap-3.3.7-dist的时候报以下的错:
错误提示: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,原来是有font-face的,但是没有font-face-src,所以添加上即可。
<font-face units-per-em="1200" ascent="960" descent="-240">
<font-face-src>
<font-face-name name="Glyphicons Halflings"/>
</font-face-src>
</font-face>