gespenst API - v0.1.0
    Preparing search index...

    Interface TerminalFontFace

    Font face loaded into the document and terminal worker.

    interface TerminalFontFace {
        descriptors?: FontFaceDescriptors;
        family: string;
        source: string | ArrayBuffer;
    }
    Index
    descriptors?: FontFaceDescriptors

    Optional browser font-face descriptors.

    family: string

    Font-family name assigned to the face.

    source: string | ArrayBuffer

    A CSS url(...) source or raw OpenType font bytes.