css字體屬性font-weight

1. bold

粗體, 值至關於700瀏覽器

font-weight: bold;字體

2. bolder

更粗,code

font-weight: bolder;orm

3. lighter

更細,繼承

font-weight: lighter;it

4. normal

默認值,標準字符, 值至關於400co

font-weight: normal;字符

5. inherit

規定從父級繼承字體的粗細, ie瀏覽器(低版本的ie瀏覽器不支持)數字

6. 數字表示

100~900版本

用法:

// 不要加單位
.box {
      font-weight: 100;
}
相關文章
相關標籤/搜索