@renproject/fonts
v2.0.0-alpha.2
Published
Ren Fonts package.
Downloads
38
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/fonts
JS
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";