gpt4 book ai didi

css font-weight 属性不适用于按钮

转载 作者:行者123 更新时间:2023-11-27 23:24:15 32 4
gpt4 key购买 nike

我使用了来自谷歌字体的“ubuntu”字体。我需要 font-weight: 300,但是按钮的 font-weight 属性不起作用。它仍然是粗体。


<button type="button" class="btn btn-primary">Primary</button>


@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');


.btn {
font-family: 'Ubuntu', sans-serif;
font-weight: 300;
}

最佳答案

.btn {
font-family: 'Ubuntu', sans-serif;
font-weight: 300!important;
}

关于css font-weight 属性不适用于按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57865577/

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