Appearance
a11ydocs / JsonFontSource
Type Alias: JsonFontSource
ts
type JsonFontSource =
| JsonBinarySource
| {
google: {
family: string;
italic?: boolean;
weight?: number;
};
};Defined in: src/document-json.ts:58
A font face source. Adds Google Fonts loading on top of JsonBinarySource.