de | en

CSS font family

CSS Font-Family

Description

The CSS font-family property is used to define the font face/family of the selected element.

Example Font-Family

p {
   font-family: arial, helvetica, sans-serif;
}

More CSS Properties