Table of Contents
About
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.
Highlights
- Written entirely in relative units.
- Highly customizable.
- Lightweight(minified version being just 705 bytes when gzipped)
Install
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
Usage
tipograf is highly customizable and should be changed to meet your preference
Demo
Check out the demo here.
Contribute
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.
License
Licensed under the MIT License.