is-macos-system-font

1.0.0 • Public • Published

is-macos-system-font test

Check if font comes installed with macOS.

Install

npm install is-macos-system-font

Usage

import isMacosSystemFont from 'is-macos-system-font';

isMacosSystemFont('Avenir');
//=> true

isMacosSystemFont('Inter');
//=> false

API

isMacosSystemFont(name)

name

Type: string

Name of the font.

Readme

Keywords

Package Sidebar

Install

npm i is-macos-system-font

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.15 kB

Total Files

5

Last publish

Collaborators

  • vdemedes