gpt4 book ai didi

php - 铜版哥特式灯在 Firefox 21.0 中不起作用

转载 作者:行者123 更新时间:2023-11-28 12:52:44 25 4
gpt4 key购买 nike

我在我的网站上使用了铜版哥特式字体,但它在 firefox 21.0 中无法正常工作。相反,它在 firefox 20.0.1 中工作正常。可能是什么问题?

提前致谢!

最佳答案

如果你正在使用

{
font-family: Copperplate / Copperplate Gothic Light;
}

那应该行得通。如果您输入了正确的代码,它现在可以正常工作。请尝试使用 Google WebFonts。 www.google.com/webfonts/specimen/Balthazar 是 Copperplate gothic 的最佳谷歌网络字体替代品。这是使用谷歌网络字体的示例代码。

<html>
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Balthazar">
<style>
body {
font-family: 'Balthazar', serif;
font-size: 48px;
}
</style>
</head>
<body>
<div>This looks like Copperplate font in all browsers.!</div>
</body>
</html>

关于php - 铜版哥特式灯在 Firefox 21.0 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16806478/

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