https://github.com/devrsi0n/typography-theme-pottery
A Chinese fonts first theme for Typography.js
https://github.com/devrsi0n/typography-theme-pottery
Last synced: 10 months ago
JSON representation
A Chinese fonts first theme for Typography.js
- Host: GitHub
- URL: https://github.com/devrsi0n/typography-theme-pottery
- Owner: devrsi0n
- License: mit
- Created: 2019-01-12T14:05:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T07:28:47.000Z (over 3 years ago)
- Last Synced: 2025-08-13T19:04:37.753Z (10 months ago)
- Language: JavaScript
- Size: 480 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```