Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devrsi0n/typography-theme-pottery
- Owner: devrsi0n
- License: mit
- Created: 2019-01-12T14:05:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T07:28:47.000Z (almost 2 years ago)
- Last Synced: 2024-01-07T10:24:58.574Z (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);
```