CSS Framework for Web Typography
via npm:
$ npm install typography.css --save-dev
via yarn
$ yarn add typography.css --dev
<div class='typography'>
<!-- typography.css only applies here -->
</div>
<link rel="stylesheet" href="https://unpkg.com/typography.css/dist/typography.css">
/* Override typography.css Variables before importing it */
@import 'typography`
The variables are listed in src/scss/_variables.scss file.
- Gutenberg: typography.css is heavily inspired by Gutenberg
- Modular Scale
Licensed under the MIT License. Check the LICENSE file for details.