Function downloadSymbolsFontFromStyleSheet

  • Parameters

    • stylesheet: string
    • options: {
          filepath: string;
      } = ...
      • filepath: string

        Filepath to where to save the font file.

        Default

        '.mdicon/material-symbols.woff2'
        

    Returns Promise<string>

    Font URL

Generated using TypeDoc