作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Google Charts 并定制设计以使其更美观。
但是在 Google Charts 中嵌入字体时,我在 Firebug 控制台中收到一个错误,我无法理解。 Firebug 显示此错误:
"NetworkError: 400 Bad Request - http://fonts.googleapis.com/css?family=hand_of_seanregular%7CInterstateRegular%7CInterstateRegular%7CInterstateRegular%7CInterstateRegular"
textStyle : {
color: '#fff',
fontName: "InterstateRegular",
fontSize: 16,
bold: false,
},
最佳答案
webfont.js 似乎调用 insertBefore() ,它反过来加载谷歌字体。因此,解决方案是覆盖默认的 insertBefore() 函数,查找与给您错误的字符串匹配的 href 字符串,然后提前返回 - 否则调用默认的 insertBefore()
这里的代码:Google Maps v3 - prevent API from loading Roboto font
关于google-visualization - 如何从 Google Charts 中禁用 Google Fonts?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30068953/
我是一名优秀的程序员,十分优秀!