font-weight 常用設定値解說
- normal:也就是預設字體厚度,其實可以不用特別寫出來。
- bold:常用的粗體字。
- bolder:比粗體更粗一點。
- lighter:比一般字體更細。
- 100~900:數字越大越厚,數字小於 500 似乎效果不明顯。
- font-weight:normal;
- font-weight:bold;
- font-weight:lighter;
- font-weight:500;
相關資料
- font-family
- font-size
- CSS font-style 屬性
- font-variant