Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sariina/appa-sariicon
Appa Sariicon is a collection of 147 webfont icons that are carefully designed for Web and Mobile Apps
https://github.com/sariina/appa-sariicon
Last synced: about 1 month ago
JSON representation
Appa Sariicon is a collection of 147 webfont icons that are carefully designed for Web and Mobile Apps
- Host: GitHub
- URL: https://github.com/sariina/appa-sariicon
- Owner: sariina
- License: ofl-1.1
- Created: 2015-11-15T08:23:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T11:01:42.000Z (about 9 years ago)
- Last Synced: 2024-10-24T05:36:29.221Z (about 2 months ago)
- Language: HTML
- Homepage: http://code.sariina.com/appa-sariicon
- Size: 0 Bytes
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fonts - Appa Sariicon - 147 8-bit retro style webfont icons form web and mobile (Iconic fonts)
README
# Appa Sariicon
Appa Sariicon is a collection of 147 web font icons that are carefully designed by Sariina to use in complex Web Applications. We designed it while we were developing our advanced SMS panel. Since our product had many rare concepts, we decided to design our own set of icons.
The 8-bit retro style is a reference to old cell phones with just B/W screens.[**View Demo in Here**](http://code.sariina.com/appa-sariicon)
## Add Appa Sariicon to your project
1. Create a new file called *bower.json* (if you don't have one already).
2. Add a new line for the Octicon dependency, pointing to the correct repository:
``` json
{
"name": "my_great_project",
"dependencies": {
"appa-sariicon": "*"
}
}
```3. Run `bower install`. The Octicons styles will be downloaded to *bower_components/appa-sariicon*.
4. Link to the `appa-sariicon.css` stylesheet in the `` of your `` page:
There are two kinds of CSS files in this repo:
- **appa-sariicon-embeded** which has "Appa Sariicon" embedded inside the CSS in base64
- **appa-sariicon.min** or **appa-sariicon** which is a normal @font-face with eot,svg,ttf and woff files``` html
```4. Use "**i**" tags and add classes with "sar sar-[name]" pattern:
``` html
```# License
- The Appa Sariicon font is licensed under the SIL OFL 1.1:
http://scripts.sil.org/OFL
- Appa Sariicon CSS files are licensed under the MIT License:
http://opensource.org/licenses/mit-license.html# Changelog
- 2.0 Redesigned from ground up in 16*16 square base
- 1.0 Initial release