Awesome
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.
Add Appa Sariicon to your project
-
Create a new file called bower.json (if you don't have one already).
-
Add a new line for the Octicon dependency, pointing to the correct repository:
{
"name": "my_great_project",
"dependencies": {
"appa-sariicon": "*"
}
}
-
Run
bower install
. The Octicons styles will be downloaded to bower_components/appa-sariicon. -
Link to the
appa-sariicon.css
stylesheet in the<head>
of your<html>
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
<link rel="stylesheet" href="bower_components/appa-sariicon/appa-sariicon.min.css">
- Use "i" tags and add classes with "sar sar-[name]" pattern:
<i class="sar sar-env"></i>
<i class="sar sar-shortnumber-add"></i>
<i class="sar sar-text-pro"></i>
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