{"id":22064,"date":"2013-06-17T19:24:14","date_gmt":"2013-06-18T02:24:14","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=22064"},"modified":"2015-05-15T09:22:18","modified_gmt":"2015-05-15T16:22:18","slug":"font-family","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/f\/font-family\/","title":{"rendered":"font-family"},"content":{"rendered":"

The font-family<\/code> property defines the font that is applied to the selected element. The font that is selected is not a single font face, but a “family”, and thus may be dependent on other typographic property values to select the correct face within the family.<\/p>\n

body {\r\n    font-family: Arial, Helvetica, sans-serif;\r\n}<\/code><\/pre>\n

A value can be one of the following:<\/p>\n