css-font

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