@redwerks/landing-typography-theme
v1.0.0
Published
A Typography.js theme used in Redwerks' landing page framework.
Downloads
8
Maintainers
Readme
Redwerks' landing page framework typography.js theme
A Typography.js theme used in Redwerks' landing page framework. Text styles and header sizes are similar to those used in the GitHub theme but many of the undesirable extras are not included.
Install
npm install --save typography @redwerks/landing-typography-theme
Usage
import Typography from 'typography';
import theme from '@redwerks/landing-typography-theme';
const typography = new Typography(theme);