html2canvas/www/src/utils/typography.js
2017-12-09 17:47:25 +08:00

7 lines
165 B
JavaScript

import Typography from 'typography';
import githubTheme from 'typography-theme-github';
const typography = new Typography(githubTheme);
export default typography;