scholar-icons
Version:
Specialized font icon set for websites of scholars.
47 lines (39 loc) • 1.36 kB
Markdown
# Scholar Icons
Scholar Icons is a specialized font icon set for websites of scholars.
## Motivation
This is created to add icons that is not commonly found on the Font Awesome icons. Thus, this is an extension of Font Awesome since it uses:
- Similar SVG icon grid ```20x16```.
- Similar CCS classes ```si``` ```si-brand``` ```si-2x```.
- Similar license.
I hoped to add more brand and non-brand icons specific to academia.
## Usage
### Install from npm
```
npm i scholar-icons
```
### Install from composer
```
composer require louisfacun/scholar-icons
```
Link the stylesheet:
```html
<link rel="stylesheet" href="css/scholar-icons.css">
```
Or using CDN:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/louisfacun/scholar-icons@master/css/scholar-icons.css">
```
Then choose your icon:
```html
<i class="si si-arxiv si-2x"></i>
```
## Request
Open a new issue at https://github.com/louisfacun/scholar-icons/issues
## License
- Fonts – SIL OFL 1.1 License (http://scripts.sil.org/OFL)
- Codes – MIT License (https://opensource.org/licenses/mit-license.html)
- Icons – CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
## Brand Icons
All brand icons are trademarks of their respective owners.
## Author
Louis Facun ([@louisfacun](https://github.com/louisfacun))