CSS font-weight 屬性語法
font-weight: 參數值;
這裡整理一些常見的設定參數。參數 | 語法 | 效果 |
normal | font-weight:normal; | font-weight:normal; |
bold | font-weight:bold; | font-weight:bold; |
bolder | font-weight:bolder; | font-weight:bolder; |
lighter | font-weight:lighter; | font-weight:lighter; |
數字 | font-weight:200; | font-weight:200; |
CSS font-weight 文字粗細效果範例、用 span 標示一段要變粗的字範例的實際效果
這是一般的文字這段文字會變粗體字這是一般的文字
這是一個簡單的基礎應用範例,我們透過 span 標籤把一段文字標示起來,然後透過 CSS 的 font-weight 屬性將該段文字調整為粗體,你可以從範例的實際效果看到結果。更多網頁文字設計