0.0.4 • Published 1 year ago

install-fonts v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago