Ren Fonts package.
A license is required for the contained fonts in order to use this package.
Install the package:
yarn add @renproject/fonts
This will import sass/css with all font faces:
import "@renproject/fonts/index.scss"
or
import "@renproject/fonts/lib/fonts.esm.css"
Include this at the top of your Sass index file:
@import "~@renproject/fonts/index.scss";