Built with ❤︎ by Tiaan and contributors
tipograf is a Lightweight typography base. Heavily inspired by Medium, it tries to enforce good vertical rhythm. It's available in pure CSS, cssnext using PostCSS, Less or SCSS.
- Written entirely in relative units.
- Highly customizable.
- Lightweight(minified version being just 705 bytes when gzipped)
Install with cdn
<link rel="stylesheet" href="https://unpkg.com/tipograf/dist/tipograf.css">
<!-- Or -->
<link rel="stylesheet" href="https://cdn.rawgit.com/tiaanduplessis/tipograf/master/dist/tipograf.css">
<!-- Or -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tipograf/1.0.4/tipograf.css">
Install with Bower
$ bower install tipograf
Install with npm
$ npm install tipograf
Install with yarn
$ yarn add tipograf
tipograf is highly customizable and should be changed to meet your preference 👍.
Check out the demo here.
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the standard-readme specification.
Licensed under the MIT License.