0.0.4 • Published 2 years ago

install-fonts v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

install-fonts

A Node.js utility to install fonts.

Supported platform

  • Windows
  • Linux
  • OSX

Usage

const installFonts = require("install-fonts");

installFonts({
  scope: "system",
  dirs: "/path/to/fonts",
});

Options

scope

  • system: install fonts for all users on the system
  • user: install fonts for current user

Defaults to user.

files: string | string[]

Install specified font files.

dirs: string | string[]

Install all font files under the specified directories.

recurseDirs: string | string[]

Install all font files under the specified directories and their sub directories.

0.0.4

2 years ago

0.0.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago