Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPublicationStyleFontFace

Index

Properties

family

family: string

The font family name for this font face. Cannot be any of the reserved words:

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

mediaType

mediaType: MediaType

The media type of the font.

src

src: string

The font source data as a base64 string. To ensure compatibility, it is recommended to use a .woff, .otf or .ttf font. When using .otf or .ttf font, the font will only work on IE if the font is set to "installable"

Generated using TypeDoc