$ npm install macos-system-fonts
Names of fonts that come installed with macOS.
npm install macos-system-fonts
import macosSystemFonts from 'macos-system-fonts'; console.log(macosSystemFonts); //=> ["Arial", "Avenir", ...]
Type: string[]
string[]
Array of font names.