Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devrsi0n/typography-theme-pottery

A Chinese fonts first theme for Typography.js
https://github.com/devrsi0n/typography-theme-pottery

Last synced: 4 days ago
JSON representation

A Chinese fonts first theme for Typography.js

Awesome Lists containing this project

README

        

# Pottery

A Chinese fonts first theme for [Typography.js](https://github.com/kyleamathews/typography.js)

## Install

```bash
npm install --save typography typography-theme-pottery
```

## Usage

To use it, simply import the package in your project’s entry file e.g.

```javascript
import Typography from 'typography';
import potteryTheme from 'typography-theme-pottery';

const typography = new Typography(potteryTheme);
```