buzzle-action-install-fonts

1.0.8 • Public • Published

action-install-fonts (windows only)

Action module to be used with nexrender as pre-render action to install fonts used in the template

Action: Install Fonts

Install fonts to your windows system .

npm i action-install-fonts -g

Usage

When creating your render job provide this module as one of the prerender actions:

// job.json
{
  "actions": {
    "prerender": [
      {
        "module": "action-install-fonts",
        "fonts":[
            {
                "name":"Font Name",
                "src":"Font File Url"
            },
            {
                "name":"Another Font Name",
                "src":"Another Font File Url"
            },

            ]
      }
    ]
  }
}

Information

action-install-fonts should be run with administrative privilege in order to install fonts on your windows system.

Usage without Nexrender's Job Context

see ./sandbox.js for usage

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.8
    1

Package Sidebar

Install

npm i buzzle-action-install-fonts

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

5.05 kB

Total Files

5

Last publish

Collaborators

  • harshbhatia22