1.0.0 • Published 4 years ago

@redwerks/landing-typography-theme v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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