Skip to main content

FallbackFontsDefinitions

export
interface FallbackFontsDefinitions {
  monospace: string;
  sans-serif: string;
  serif: string;
}

An object which keys are keyword font names, and values system fonts.

Fields#

monospace#

required
monospace: string;

sans-serif#

required
sans-serif: string;

serif#

required
serif: string;