Package Exports
- typeface-inter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typeface-inter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
typeface-inter
The intent is to easily use Inter UI typeface on any webpack setup, like Gatsby and Create React App.
Installing
npm install --save typeface-inter
How-to use
Simply require the package in your project’s entry file:
// Load Inter UI typeface
require('typeface-inter')
Authors
Rasmus - @rsms
License
This project is licensed under the SIL Open Font License 1.1 - see the LICENSE.md file for details
Acknowledgments
All credits to Rasmus for his creation of Inter UI typeface.
Philip Belesky for his repo at inter-ui