tipograf is a Lightweight typography base. It is available in pure CSS or Less. Heavily inspired by Medium, it tries to enforce good vertical rhythm.
- Written entirely in relative units.
- Highly customizable.
- Lightweight(minified version being just 671 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/mightyCrow/tipograf/master/dist/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.
All Contributions are welcome! Please open up an issue if you would like to help out. 😄
Created with ♥ by Tiaan du Plessis. Licensed under the MIT License.