Skip to content

a11ydocs v1.7.0


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.

Released under the ISC license.