This module teaches you intermediate CSS concepts, such as positioning, styling fonts, and the display property. By the end of this module, you will be able to style your own website with a more professional look and feel.
Styling fonts in CSS
Now let’s learn how to style fonts in CSS. In this lesson, we will learn about the following properties: font-family, font-size, font-weight, font-style, text-align, text-decoration, text-transform, line-height and letter-spacing.
There are many more properties that you can use to style fonts in CSS, but these are the most commonly used properties. You can find a complete list of font properties on the MDN Web Docs.
