typography-theme-north
v1.0.1
Published
A beautiful theme for typography.js
Downloads
2
Maintainers
Readme
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;