typography-theme-north

1.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i typography-theme-north

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    86.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • c0derabbit