gpt4 book ai didi

html - 在 Roboto 字体中使用不同的样式

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

我添加了 <link href='http://fonts.googleapis.com/css?family=Roboto:300,400' rel='stylesheet' type='text/css'>到我的 HTML 页面。

我选择了 Normal 400 和 Light 300 样式,但如何在我的 CSS 中使用它们。

我的 CSS 中有这个:

body{
font-family: 'Roboto', sans-serif;
}

在我的标题中,我想使用那个 Light 300,但我该怎么做?

#heading
{
//what should go here

}

最佳答案

只需设置 font-weight到它的适当值:

#heading {
font-family: 'Roboto', sans-serif;
font-weight: 300;
}

关于html - 在 Roboto 字体中使用不同的样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22742638/

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