Function loadOrDownloadSymbolsFontStyleSheet

  • Attempts to load stylesheet locally first, downloads remotely, saves, returns otherwise

    Parameters

    Returns Promise<{
        downloaded: boolean;
        stylesheet: string;
    }>

Generated using TypeDoc