gpt4 book ai didi

css - 在 twitter bootstrap 中使用不同的字体

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

我想为我的网站使用不同的字体,这不是常规的网络字体。我已经创建了 EOT 文件。现在如何将这些字体与 twitter bootstrap 集成?谁能帮忙?

谢谢

最佳答案

我见过的最简单的方法是使用 Google Fonts .

转到 Google Fonts 并选择一种字体,然后 Google 会给您一个链接以放入您的 HTML。

Google's link to your font

然后将其添加到您的 custom.css 中:

h1, h2, h3, h4, h5, h6 {
font-family: 'Your Font' !important;
}
p, div {
font-family: 'Your Font' !important;
}

body {
font-family: 'Your Font' !important;
}

关于css - 在 twitter bootstrap 中使用不同的字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18740757/

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