@justjavac/typography-theme-github
v0.1.5
Published
A theme for Typography.js inspired by Github's Markdown typography
Downloads
5
Maintainers
Readme
typography-theme-github
A theme for Typography.js inspired by Github's Markdown typography
Install
Use npm:
npm install --save typography @justjavac/typography-theme-githubOr, use yarn:
yarn add typography @justjavac/typography-theme-githubUsage
import Typography from 'typography'
import githubTheme from '@justjavac/typography-theme-github'
const typography = new Typography(githubTheme)More on theme
Github uses "-apple-system" for headers and "-apple-system" for body text
