Options
All
  • Public
  • Public/Protected
  • All
Menu

NOTE: This interface is being simplified to be easier to use and will be released in an upcoming release.

Which font-faces to use for the default font-families. The value for each property must match a 'family' defined in fontFaces, or a system default font:

  • 'serif'
  • 'sans-serif'
  • 'cursive'
  • 'fantasy'
  • 'monospace'

Hierarchy

  • IPublicationStyleFontDefaults

Index

Properties

Optional cursive

cursive?: string
default

null

fallback

fallback: string

Optional fantasy

fantasy?: string
default

null

Optional monospace

monospace?: string
default

null

Optional sansSerif

sansSerif?: string
default

null

Optional serif

serif?: string
default

null

Generated using TypeDoc