Skip to content

Latest commit

 

History

History

fonts

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";