gpt4 book ai didi

javascript - 使用 YepNope/Modernizr 加载外部 Google 字体样式表

转载 作者:行者123 更新时间:2023-11-29 16:24:24 25 4
gpt4 key购买 nike

我正在尝试使用 Modernizr (YepNope) 加载动态生成的 Google 字体样式表,但总是出现此错误:

Uncaught SyntaxError: Unexpected token ILLEGAL (css:1)

我的样式表是这样的:

http://fonts.googleapis.com/css?family=Holtwood+One+SC

我通过

调用它
Modernizr.load({
load: ['css!http://fonts.googleapis.com/cssfamily=Holtwood+One+SC|Terminal+Dosis:700'],
callback:
function (url, result, key) {
console.log('loaded...!');
}
});

该网站是这样说的,但出于某种原因它就是行不通。我认为资源被解析为脚本文件,这就是导致错误的原因,但似乎无法使其工作 =(

"With the css! prefix, you can prepend it to any file name and yepnope will treat it like a css file."

有人成功实现了类似的目标吗?谢谢!

最佳答案

确保您将 css 前缀文件添加到您的 yepnope 副本中。它像 jQuery 插件一样工作。

您可以在以下位置获取它:

https://github.com/SlexAxton/yepnope.js/blob/master/prefixes/yepnope.css-prefix.js

关于javascript - 使用 YepNope/Modernizr 加载外部 Google 字体样式表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7670298/

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