gpt4 book ai didi

html - 使用两种不同粗细的 Google Roboto 字体

转载 作者:行者123 更新时间:2023-11-28 16:09:27 24 4
gpt4 key购买 nike

所以基本上你用 <link href="https://fonts.googleapis.com/css?family=Roboto:900" rel="stylesheet"> 导入 Roboto 字体但请注意 Roboto:900部分。我可以同时导入 Roboto:900 吗?和 Roboto:300在同一个网页上?我试过只使用 Roboto然后设置 font-weight在 css 中,但它不起作用。

想法?谢谢

旁注:Roboto:900是大胆的风格,Roboto:300是瘦的风格。

最佳答案

这应该可行

<link href='https://fonts.googleapis.com/css?family=Roboto:300,900' rel='stylesheet' type='text/css'>

CSS

.light{
font-weight:300;
}
.bold{
font-weight:900;
}

关于html - 使用两种不同粗细的 Google Roboto 字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38559664/

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