gpt4 book ai didi

css - 在 Windows 中使用 Lucida Grande

转载 作者:技术小花猫 更新时间:2023-10-29 11:13:37 26 4
gpt4 key购买 nike

我想在我的 windows 网站中使用 Lucida Grande。

怎么做?我怎样才能将它嵌入我的网页?

谢谢

最佳答案

我只是在寻找同样的东西,偶然发现了这篇文章:

http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/

它基本上建议对普通文本使用 Lucida Sans Unicode,对粗体和斜体文本使用 Lucida Sans

body {
font-family: "Lucida Sans Unicode";
}
b, strong, i {
font-family: "Lucida Sans";
}

来自链接站点的完整代码示例(包括后备字体):

body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong, em, b, i {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

关于css - 在 Windows 中使用 Lucida Grande,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4375353/

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