CSS Font Tutorials
CSS font properties define text fonts.
how to set the font of text with CSS
This tutorial shows you how to set the font of text with CSS.
how to set a paragraph with a "caption" font with CSS
This tutorial shows you how to set a paragraph with a "caption" font with CSS.
how to set the font size of text with CSS
This tutorial shows you how to set the font size of a text with CSS.
how to set the font size of text using font-size-adjust with CSS
This tutorial shows you how to set the font size of text with CSS using the font-size-adjust property.
how to set the font style of text with CSS
The font-style property is used to switch between styles that are
provided by a particular font. The possible font styles are italic
or oblique, and they are part of the font itself.
This tutorial shows you how to set the boldness of a font with CSS
The font-weight property allows you to make a text bold and also
to specify how bold a font is.
This tutorial shows you how to set the variant of a font using CSS
The font-variant property with a small-caps
value causes all letters to be displayed in uppercase, however, lowercase letters in the text
will displayed slightly scaled down compared to the uppercase letters.
This tutorial shows you how to set all of the bold properties in one declaration in CSS
Learn how to set all of the bold properties in one declaration.