About 3,480 results
Open links in new tab
  1. CSS Font Family List — TutorialBrain

    CSS Font family list - Get list of font family at one place. Learn Sans serif font family, Serif, Monospace, Cursive and Fantacy font family Lists.

  2. CSS Fonts - W3Schools

    The CSS font-family Property The CSS font-family property specifies the font for an element. Tip: The font-family property should hold several font names as a "fallback" system. If the browser does not …

  3. CSS: fonts - World Wide Web Consortium (W3C)

    You list the font that you want first, then any fonts that might fill in for the first if it is unavailable, and you should end the list with a generic font, of which there are five: serif, sans-serif, monospace, cursive …

  4. font-family - CSS | MDN

    Oct 31, 2025 · The font-family CSS property specifies a prioritized list of one or more font family names and/or generic family names for the selected element.

  5. CSS Font Family (With Examples) - Programiz

    CSS Font Family Types Font families are divided into two types: Generic family: Refers to the category of the fonts that share similar design characteristics. For example, Serif, sans-serif, Cursive, etc. …

  6. CSS font-family list - Examples - IT PRESENT

    There are many types of fonts but not all are enabled on all browsers and computers. CSS provides a system of fallbacks, where you list the font that you want first, then fonts that might fill in for the first if …

  7. font-family - CSS-Tricks

    Jun 17, 2013 · A font family name that matches a font that is embedded on the page or available on the user’s system. A series of family names, separated by commas, which can include a generic family …

  8. font-family - CSS Reference

    When using multiple values, the font-family list of font families defines the priority in which the browser should choose the font family. The browser will look for each family on the user's computer and in …

  9. CSS font-family Property - CSS Portal

    Jan 1, 2026 · The font-family property controls which typeface (s) the user agent will use to render text by providing a prioritized list of font family names and generic family identifiers. The browser …

  10. CSS font-family Property - W3docs

    The font-family CSS property creates font family names or generic family names for the selected element. See some examples.