CSS font text 字體文本
font CSS // 字體 CSS
| font-size: 20px ; |
| color : black ; |
| font-weight : normal ; |
| font-style: normal ; |
| font-family: serif ; |
| text-transform: initial ; |
| text-decoration : inherit ; |
| line-height: normal; |
| word-spacing: normal; |
| letter-spacing:normal; |
font style // 字體樣式
| object.style.fontSize = "20px"; |
| object.style.color = "black"; |
| object.style.fontWeight = "normal"; |
| object.style.fontStyle = "normal"; |
| object.style.fontFamily = "serif"; |
| object.style.textTransform = "initial"; |
| object.style.textDecoration = "inherit"; |
| object.style.lineHeight = "normal"; |
| object.style.wordSpacing = "normal"; |
| object.style.letterSpacing = "normal"; |
#html
#script
#CSS font 字形 字串 字樣 文字
#CSS font text 字體文本
#fontSize
#color
#fontStyle
#fontFamily
#textTransform
#textDecoration
#lineHeight
#wordSpacing
#font-size
#font-weight
#font-style
#font-family
#text-transform
#text-decoration
#word-spacing
#capitalize
#lowercase
#overline
#underline
#line-through