FLipMts28 / CodeCademy

Full WalkThrough of CodeCademy Full-Stack Enginner Process
1 stars 0 forks source link

Introduction to CSS - Typography #17

Closed FLipMts28 closed 1 year ago

FLipMts28 commented 1 year ago

Typography

Aoife Conleavy is a novelist who has been writing about her travels for nearly two decades. Before the launch of her new novel Tide Blade, which features the stories of real-life characters in Morocco, the author wants to spruce up her professional website. You’ll modify the typography on her site, changing the size, style, and font families, to make the page easier to read.

Using your understanding of typography, help Aoife Conleavy improve the readability of her site for her readers.

FLipMts28 commented 1 year ago

Image

FLipMts28 commented 1 year ago

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 bold or thin with the font-weight property.
Text can appear in italics with the font-style property.
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.
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 the horizontal alignment of text.
Google Fonts provides free fonts that can be used in an HTML file with the <link> tag or the @font-face property.
Local fonts can be added to a document with the @font-face property and the path to the font’s source.
FLipMts28 commented 1 year ago

CSS Project - Typography