gpt4 book ai didi

google-visualization - 如何从 Google Charts 中禁用 Google Fonts?

转载 作者:行者123 更新时间:2023-12-01 05:04:45 26 4
gpt4 key购买 nike

我正在使用 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com