使用 CSS 增加或減小字型顯示的粗細
font-weight 屬性提供了指定字型粗細的功能。可能的值包括 normal、bold、bolder、lighter、100、200、300、400、500、600、700、800、900。
<html> <head> </head> <body> <p style = "font-weight:bold;">This font is bold.</p> <p style = "font-weight:bolder;">This font is bolder.</p> <p style = "font-weight:400;">This font is 500 weight.</p> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP