npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-macos-system-font

1.0.0

@vdemedes

npmHomeRepoSnykSocket
Downloads:0
$ npm install is-macos-system-font
DailyWeeklyMonthlyYearly

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.