標題:
CSS 字體屬性 (一)
[打印本頁]
作者:
陳育霖
時間:
2023-8-5 02:24
標題:
CSS 字體屬性 (一)
本帖最後由 陳育霖 於 2023-8-5 02:59 編輯
字形名稱: font-family
h1{
font-family:"Arial";
}
複製代碼
字形大小: font-size
p{
font-size=24px;
}
複製代碼
字形樣式: font-style
normal 正常、italic 斜體、oblique 傾斜體
p{
font-style=italic;
}
複製代碼
字體樣式: font-weight
normal 正常、bold 粗體字、bolder 更粗的字體、lighter 更細的字體、100-900(400為normal、700為bold)
p{
font-weight:bold;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2