加粗文本

huangapple go评论63阅读模式
英文:

Make Text Bolder

问题

.txt {
     font-weight: bolder;
     justify-content: left;
     text-align: left;
     margin-top: 100px;
     /* font-family: 'Redwinger Personal Use', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     */
     color: rgb(0, 0, 0);
     margin-bottom: 750px;
     margin-left: 25px;
}

我尝试了font-weight: "bolder"属性,但我希望它更加粗体。有什么方法吗?

英文:

It doesn't seem I have a problem but I need to make this more bold

.txt {
     font-weight: bolder;
     justify-content: left;
     text-align: left;
     margin-top: 100px;
    /* font-family: 'Redwinger Personal Use', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    */
     color: rgb(0, 0, 0);
     margin-bottom: 750px;
     margin-left: 25px;
}

I tried the property font-weight:"bolder" but I want it more bold. Is there any way?

答案1

得分: 0

.font-weight: 900;
justify-content: left;
text-align: left;
margin-top: 100px;
color: rgb(0, 0, 0);
margin-bottom: 750px;
margin-left: 25px;

英文:
.txt {
    font-weight: 900;
    justify-content: left;
    text-align: left;
    margin-top: 100px;
    color: rgb(0, 0, 0); 
    margin-bottom: 750px;
    margin-left: 25px;                                
}

You can use font-weight

huangapple
  • 本文由 发表于 2023年7月17日 22:10:19
  • 转载请务必保留本文链接:https://go.coder-hub.com/76705298.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定