typeface-aeries-sans
The CSS and web font files to easily self-host "Aeries Sans".
Install
npm install --save typeface-aeries-sans
Use
This package assumes you're using webpack or some bundler to process your css and files.
To use, simply require the package in the project's entry file e.g.
require('typeface-aeries-sans')
or
import('typeface-aeries-sans')
About This package
This package was inspired by siplicity of similar packages found within the typefaces project.
The typefaces project allows you to easily add Google fonts to your projects.
too see more packages like this, see this link