CSS Typography Review 본문

Programming/웹 개발

CSS Typography Review

쩡호 2018. 1. 12. 14:19

Review

Great job! You learned how to style an important aspect of the user experience, typography.

Let's review what you've learned so far:

  • Typography is the art of arranging text on a page.

  • Text can appear in any number of weights, with the font-weight property.

  • Text can appear in italics with the font-styleproperty.

  • The vertical spacing between lines of text can be modified with the line-height property.

  • 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> tag or the @font-faceproperty.

  • Local fonts can be added to a document with the @font-face property and the path to the font's source.

  • The word-spacing property changes how far apart individual words are.

  • The letter-spacing property changes how far apart individual letters are.

  • The text-align property changes where text horizontally on a page.


'Programming > 웹 개발' 카테고리의 다른 글

CSS Grid Review  (0) 2018.01.13
Google Fonts  (0) 2018.01.12
CSS font-size, line-height, leading  (0) 2018.01.12
CSS Color Review  (0) 2018.01.12
서브라임 단축키 (필요한 것만 계속 추가)  (0) 2018.01.12
Comments