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