$ npm install is-macos-system-fontCheck if font comes installed with macOS.
npm install is-macos-system-font
import isMacosSystemFont from 'is-macos-system-font';
isMacosSystemFont('Avenir');
//=> true
isMacosSystemFont('Inter');
//=> false
Type: string
Name of the font.