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.
npm install --save typography @redwerks/landing-typography-theme
import Typography from 'typography';
import theme from '@redwerks/landing-typography-theme';
const typography = new Typography(theme);