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