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: 3 months ago
JSON representation

Appa Sariicon is a collection of 147 webfont icons that are carefully designed for Web and Mobile Apps

Lists

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