Font Tutorials

The following CSS Tutorials cover different properties and use cases related to the Font of an HTML element like font size, font weight, font style, etc.

CSS Properties

The following CSS Tutorials cover CSS Properties that are related to the background of an HTML Element.

  • CSS font-sizeCSS Tutorial for font-size property. Contains syntax, and examples. font-size sets the size of the text.
  • CSS font-styleCSS Tutorial for font-style property. Contains syntax, and examples. font-style sets the style(normal, oblique, italic, etc.) of the text.
  • CSS font-weightCSS Tutorial for font-weight property. Contains syntax, and examples. font-weight sets the thickness(normal, bold, lighter, etc.) of the text.
ADVERTISEMENT

How-tos

The following CSS Tutorials cover how-tos scenarios related to the text of an HTML Element.

  • Italic fontCSS Tutorial on how to to set the first character of each word in an HTML Element’s text to uppercase using font-style: italic;.