mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Begin implementing new website
This commit is contained in:
6
www/src/utils/typography.js
Normal file
6
www/src/utils/typography.js
Normal file
@ -0,0 +1,6 @@
|
||||
import Typography from 'typography';
|
||||
import githubTheme from 'typography-theme-github';
|
||||
|
||||
const typography = new Typography(githubTheme);
|
||||
|
||||
export default typography;
|
Reference in New Issue
Block a user