Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bang88/antd-local-icon-font
Download Antd icon font and replace it.
https://github.com/bang88/antd-local-icon-font
Last synced: 8 days ago
JSON representation
Download Antd icon font and replace it.
- Host: GitHub
- URL: https://github.com/bang88/antd-local-icon-font
- Owner: BANG88
- License: mit
- Created: 2017-03-06T07:11:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T02:22:24.000Z (over 6 years ago)
- Last Synced: 2025-01-04T15:16:33.078Z (22 days ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# antd-local-icon-font
> Download Antd icon fonts to local and replace the css file's fonts path.
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)## Install
```sh
npm i antd-local-icon-font -D// or
yarn add antd-local-icon-font -D
```## Usage
If you are using Create-React-App, you can use this scripts as following settings. or you should provide an options.
```sh
var runner = require('antd-local-icon-font').defaultrunner(options)
// options are optional please See the source for more info.
```
## Contribute
PRs accepted.
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © bang88