The CSS and font files to self-host “Noto Kufi Arabic” which is developed by Google.
npm install --save typeface-notokufiarabic
To use, simply import the package in your project’s entry file e.g.
// Load Noto Kufi Arabic typeface
import('typeface-notokufiarabic')
//or
require('typeface-notokufiarabic')