FetchFontSetOptions
Defined in: src/core/fonts/remote-fonts.ts:160
Options for fetchFontSet.
Properties
Section titled “Properties”family?
Section titled “family?”
readonlyoptionalfamily?:string
Defined in: src/core/fonts/remote-fonts.ts:162
Document font family name to substitute, or a curated FamilyKey directly.
fetch?
Section titled “fetch?”
readonlyoptionalfetch?:FetchLike
Defined in: src/core/fonts/remote-fonts.ts:164
Injectable fetch (defaults to the global fetch); lets tests run offline.