CSS Font文字樣式

font-style: /* 文字樣式 italic(傾斜) | normal */

font-weight: /* 文字是否加粗 bold | normal(正常) */

font-size: /* 文字大小 */

line-height: /* 行高(每行文字的高度,文字在行內上下居中)*/

font-family: /* 文字字體 "微軟雅黑" | "宋體" ... */

/* 複合樣式 (有強制順序) */
font: /* font-style font-weight font-size|line-height font-family */

color: /* 文本顏色 */

text-indent: /* 首行縮進 單位(px | em(表示1個字體的大小))*/

text-align: /* 文本對齊 left | center | right */

text-decoration: /* 文本修飾 underline | line-through(刪除) | overline(上劃線) | none */

letter-spacing: /* 字符間距(字母間距) 默認字母右側存在1個px長度的間距 */

word-spacing: /* 詞間距(單詞間距) */
相關文章
相關標籤/搜索