Skip to content

ThemeFontCollection

type ThemeFontCollection = {
complexScript?: ThemeTextFont;
eastAsian?: ThemeTextFont;
latin: ThemeTextFont;
supplemental?: ThemeSupplementalFont[];
};
PropertyTypeDescription
complexScript?ThemeTextFont-
eastAsian?ThemeTextFont-
latinThemeTextFontLatin script defaults.
supplemental?ThemeSupplementalFont[]Additional fonts used for language-specific fonts in themes. For example, one can specify a font that gets used only within the Japanese language context.