A Chinese fonts first theme for Typography.js
npm install --save typography typography-theme-pottery
To use it, simply import the package in your project’s entry file e.g.
import Typography from 'typography';
import potteryTheme from 'typography-theme-pottery';
const typography = new Typography(potteryTheme);