typography.css
v0.1.0
Published
CSS Framework for Web Typography
Readme
typography.css
CSS Framework for Web Typography
Installation
via npm:
$ npm install typography.css --save-devvia yarn
$ yarn add typography.css --devUsage
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
- Gutenberg: typography.css is heavily inspired by Gutenberg
- Modular Scale
Changelog
License
Licensed under the MIT License. Check the LICENSE file for details.
