Generate CSS file from typography.js.
- Initialize with
npm install
oryarn
. - Install the theme you want with
npm install typography-theme-funston
or whatever. - Modify the
gen-typo.js
to import your theme. - run
npm run typo
and you'll findtypo.css
in your folder.
BSD 2-Clause