FontSource

Indicates where a font family was loaded from.

FontSource type

Indicates where a FontFamily was loaded from.

Signature:

type FontSource = "PRESET" | "GOOGLE_FONT" | "LOCAL" | "ASSET";

Remarks

  • "PRESET" — a built-in Creator font.

  • "GOOGLE_FONT" — loaded from Google Fonts.

  • "LOCAL" — installed on the user's machine (requires browser permission to enumerate).

  • "ASSET" — uploaded to the project as a FontAsset.

Last updated: August 5, 2026 at 11:47 AMEdit this page