1. COLR/CPAL(v0) Font Formats

    The COLR table adds support for multi-colored glyphs in a manner that integrates with the rasterizers of existing text engines. COLRv0 only supports pure colors, does not support gradients, transformations and various blending modes.

  2. COLR/CPAL(v1) Font Formats

    COLRv1 is an improved version of COLRv0, this is also part of the OpenType specification. COLRv1 supports additional graphic capabilities. In addition to solid colors, gradient fills can be used, as well as more complex fills using other graphic operations, including affine transformations and various blending modes.

  3. CSS font-palette

    The font-palette CSS property allows selecting a palette from a color font. In combination with the `@font-palette-values` at-rule, custom palettes can be defined.

  4. CSS font-display

    `@font-face` descriptor `font-display` that allows control over how a downloadable font renders before it is fully loaded.

  5. CSS font-stretch

    If a font has multiple types of variations based on the width of characters, the `font-stretch` property allows the appropriate one to be selected. The property in itself does not cause the browser to stretch to a font.

  6. EOT - Embedded OpenType fonts

    Type of font that can be derived from a regular font, allowing small files and legal use of high-quality fonts. Usage is restricted by the file being tied to the website

  7. ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for font-family

    Allows more control when choosing system interface fonts

  8. system-ui value for font-family

    Value for `font-family` that represents the default user interface font.

  9. CSS font-feature-settings

    Method of applying advanced typographic and language-specific font features to supported OpenType fonts.

  10. CSS3 font-kerning

    Controls the usage of the kerning information (spacing between letters) stored in the font. Note that this only affects OpenType fonts with kerning information, it has no effect on other fonts.

  11. CSS Font Loading

    This CSS module defines a scripting interface to font faces in CSS, allowing font faces to be easily created and loaded from script. It also provides methods to track the loading status of an individual font, or of all the fonts on an entire page.

  12. CSS font-size-adjust

    Method of adjusting the font size in a matter that relates to the height of lowercase vs. uppercase letters. This makes it easier to set the size of fallback fonts.

  13. CSS font-smooth

    Controls the application of anti-aliasing when fonts are rendered.

  14. Font unicode-range subsetting

    This @font-face descriptor defines the set of Unicode codepoints that may be supported by the font face for which it is declared. The descriptor value is a comma-delimited list of Unicode range (<urange>) values. The union of these ranges defines the set of codepoints that serves as a hint for user agents when deciding whether or not to download a font resource for a given text run.

  15. CSS font-variant-alternates

    Controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values for certain types of OpenType fonts.

  16. CSS font-variant-numeric

    CSS property that provides different ways of displaying numbers, fractions, and ordinal markers.

  17. @font-face Web fonts

    Method of displaying fonts downloaded from websites

  18. SVG fonts

    Method of using fonts defined as SVG shapes. Removed from [SVG 2.0](https://www.w3.org/TR/SVG2/changes.html#fonts) and considered as a deprecated feature with support being removed from browsers.

  19. TTF/OTF - TrueType and OpenType font support

    Support for the TrueType (.ttf) and OpenType (.otf) outline font formats in @font-face.

  20. Variable fonts

    OpenType font settings that allows a single font file to behave like multiple fonts: it can contain all the allowed variations in width, weight, slant, optical size, or any other exposed axes of variation as defined by the font designer. Variations can be applied via the `font-variation-settings` property.

  21. WOFF - Web Open Font Format

    Compressed TrueType/OpenType font that contains information about the font's source.

  22. WOFF 2.0 - Web Open Font Format

    TrueType/OpenType font that provides better compression than WOFF 1.0.

  23. fontdata api

  24. fontdata api: blob

  25. fontdata api: family

  26. fontdata api: fullname

  27. fontdata api: style

  28. fontface api

  29. fontfaceset api

  30. fontfaceset api: add

  31. fontfaceset api: check

  32. fontfaceset api: clear

  33. fontfaceset api: delete

  34. fontfaceset api: has

  35. fontfaceset api: keys

  36. fontfaceset api: load

  37. fontfaceset api: ready

  38. fontfaceset api: size

  39. fontfaceset api: status

  40. fontface api: display

  41. fontface api: family

  42. fontface api: load

  43. fontface api: loaded

  44. fontface api: status

  45. fontface api: stretch

  46. fontface api: style

  47. fontface api: variant

  48. fontface api: weight

  49. css property: font

  50. html element: font