Skip to content

MunifTanjim/typography.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.