标签:phi name text pre chrome google asc 部分 rom
在将Chome默认字体渲染为微软雅黑后,部分字体图标显示为方框,这里Chome扩展文档提供的解决的方法为:
找到 ?custom.css 文件,路径为:
C:\Users\(username)\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets
改动或添加内容为:
.glyphicon {font-family: ‘Glyphicons Halflings‘ !important;} /* For Glyphicons */
这样。就能够让字体图标正常显示了
Chrome 对于 glyphicon 字体图标不显示的解决的方法
标签:phi name text pre chrome google asc 部分 rom
原文地址:http://www.cnblogs.com/brucemengbm/p/7351549.html