- e
font-family property changes the typeface of text.
- Serif fonts have extra details on the ends of each letter. Sans-Serif fonts do not.
- Fallback fonts are used when a certain font is not installed on a user's computer.
- Google Fonts provides free fonts that can be used in an HTML file with the
<link> element.
- Font size can be specified using pixels, ems, or percentages.
- The vertical spacing between lines of text can be modified with the
line-spacing property.
- The horizontal spacing between words can be modified with the
word-spacing property.
- The spacing between letters, the kernel, can be modified with the
letter-spacing property.
- Text can appear bold with the
font-weight property.
- Text can appear in italics with the
font-style property.
- Text can appear in all uppercase or all lowercase with the
text-transform property.
- Text can be aligned with the
text-align property.
posted @
2017-03-24 16:48
ALMOST_MUJIN
阅读(
125)
评论()
收藏
举报