stackgl / stackgl-readme-css

Reusable CSS for styling README/Markdown content consistently.
http://stack.gl/stackgl-readme-css/
Other
8 stars 9 forks source link

stackgl-readme-css

Reusable CSS for styling README/Markdown content consistently.

example here

Usage

NPM

Can be imported using sheetify or rework-npm like so:

@import 'stackgl-readme-css';

Or required as a string from browserify or node:

require('insert-css')(require('stackgl-readme-css'))

Fonts

Roboto

For headings. Can be sourced easily from Google Fonts.

Fantasque Sans Mono

For body text and code. It's Open Source! A copy has also been included in this repo for hosting on gh-pages with.

Colors

License

MIT. See LICENSE.md for details.