gpt4 book ai didi

webfonts - Web Font Loader 多种字体粗细

转载 作者:行者123 更新时间:2023-12-02 22:11:02 24 4
gpt4 key购买 nike

我正在使用 Web Font Loader 从 Google webfonts 加载字体,但它似乎只加载 400 粗细。我希望包括 300、400、700,但找不到方法。

  WebFontConfig = {
google: {
families: ['Open Sans']
}
};

(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();

最佳答案

我发现这个解决方案有效。

  WebFontConfig = {
google: {
families: ['Open Sans:300,400,700']
},

关于webfonts - Web Font Loader 多种字体粗细,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19611064/

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