/macos-system-fonts

List of system fonts installed in macOS

Primary LanguageTypeScript

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.