0.1.0 • Published 6 years ago

typography.css v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

typography.css

CSS Framework for Web Typography

Installation

via npm:

$ npm install typography.css --save-dev

via yarn

$ yarn add typography.css --dev

Usage

Pre-built CSS

<div class='typography'>
  <!-- typography.css only applies here  -->
</div>

<link rel="stylesheet" href="https://unpkg.com/typography.css/dist/typography.css">

SCSS

/* Override typography.css Variables before importing it */
@import 'typography`

The variables are listed in src/scss/_variables.scss file.

Related Projects

Changelog

Changelog for typography.css

License

Licensed under the MIT License. Check the LICENSE file for details.