An open API service indexing awesome lists of open source software.

https://github.com/sircus/tools-typography

Deprecated
https://github.com/sircus/tools-typography

Last synced: 10 months ago
JSON representation

Deprecated

Awesome Lists containing this project

README

          

# sircus-tools-typography

[![npm version](https://img.shields.io/npm/v/sircus-tools-typography.svg?style=flat)](https://www.npmjs.com/package/sircus-tools-typography)

## Dependencies
- [sircus-global-property](https://github.com/sircus/global-property)

## Installation

> npm:

```bash
$ npm install sircus-tools-typography sircus-global-property
```

## Usage

> cssnext:

input.css
```css
@import "sircus-tools-typography";
@import "sircus-global-property";
```

> sass:

input.scss
```scss
@import "./node_modules/sircus-global-property/converted";
@import "./node_modules/sircus-tools-typography/converted";
```

> html

```html






















```

## Contributing

We Need Your Help!

## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.