1.0.1 • Published 5 years ago

typography-theme-north v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

North

A Typography.js theme.

Installation

yarn add typography typography-theme-north

Usage

import Typography from 'typography';
import North from 'typography-theme-north';

const typography = new Typography(North);

if (process.env.NODE_ENV !== 'production') {
  typography.injectStyles();
}

export default typography;
export const {rhythm} = typography;
export const {scale} = typography;

Preview:

preview of the North theme