Home

Awesome

enter image description here

Installation

Usage

Using custom variables

There are three set attributes(default, relaxed, compact) already defined. You can easily customise the set values for line height and letter spacing. Just navigate to constant.js and update the variable usingAttributes to your needs.

var usingAttribute =  "stock"

const fontAttributes = {
stock: [(selectedLineHeight =  1.61), (selectedCharacterSpacing =  30)],
compact: [(selectedLineHeight =  1.32), (selectedCharacterSpacin =  60)],
relaxed: [(selectedLineHeight =  1.84), (selectedCharacterSpacing =  90 )],};