1.0.0 • Published 8 months ago

macos-system-fonts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

macos-system-fonts test

Names of fonts that come installed with macOS.

Install

npm install macos-system-fonts

Usage

import macosSystemFonts from 'macos-system-fonts';

console.log(macosSystemFonts);
//=> ["Arial", "Avenir", ...]

API

macosSystemFonts

Type: string[]

Array of font names.