Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsolorio/octicons-font
A tool for converting GitHub's Octicons into an icon font
https://github.com/miguelsolorio/octicons-font
Last synced: 17 days ago
JSON representation
A tool for converting GitHub's Octicons into an icon font
- Host: GitHub
- URL: https://github.com/miguelsolorio/octicons-font
- Owner: miguelsolorio
- License: mit
- Created: 2018-12-19T04:24:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T16:18:20.000Z (about 6 years ago)
- Last Synced: 2025-01-03T13:38:48.681Z (21 days ago)
- Language: HTML
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# octicons-font
### Intro
This tool was created to convert [GitHub Octicons](https://github.com/primer/octicons/tree/master/lib/octicons_node) into an icon font using the [icon-font-generator](https://github.com/Workshape/icon-font-generator). This also adds a few custom icons from previous versions under `src > icons`. The mappings of the unicode characters are store under `src/template/mapping.json` as well as the default styles under `src/template/styles.hbs`.### Install
```
npm install
```### Use
```
npm run build
```Output will be exported to `dist` folder.
### License
This project is licensed under the terms of the [MIT license](LICENSE).