gpt4 book ai didi

internet-explorer - ie9 文档类型和字体?

转载 作者:行者123 更新时间:2023-12-04 15:15:25 24 4
gpt4 key购买 nike

<!doctype html>
<html>
<head>
<title>Test Ubuntu</title>
<link href="http://fonts.googleapis.com/css?family=Ubuntu:regular" rel="stylesheet" type="text/css" />
<style>
body { font-family: 'Ubuntu', sans-serif; }
</style>
</head>
<body>
Test Ubuntu
</body>
</html>

在 chrome 和 firefox 中显示字体...但在 ie9 中,如果我添加 文档类型 线,断了!?没有它就可以正常工作。

如果可能的话,我想让它在所有三个浏览器中都能工作(使用 doctype?因为有时像 css 这样的其他东西依赖于那里有 doctype?或者没有它看起来不正确)?

谢谢!

最佳答案

实际上,这看起来是一个功能。如果您打开开发人员工具栏 (F12),选择“脚本”选项卡,并在此测试页面上点击刷新,您应该看到如下内容:
CSS3117: @font-face failed cross-origin request. Resource access is restricted.
font?kit=_tMhxyW6i8lbI7YsUdFlGA

看起来这是在 different post 中回答的.

关于internet-explorer - ie9 文档类型和字体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5124531/

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