Skip to content

Commit

Permalink
Add usage and info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Mar 11, 2015
1 parent d0cc361 commit 057dfaf
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,59 @@
# font-larisome
Lari font icons inspired by famous Font-Awesome
Iconic font for Georgian curreny inspired by Font-Awesome

## Installation

### Manual

1. Download ZIP file and extract.
2. Add to your project (you will need only `css` and `fonts` folders).
3. Read usage docs.

### Bower

If you are using [bower](http://bower.io) then you probably know what to do.

Just type in your terminal

```
$ bower install font-larisome --save
```

or add to your `bower.json` file

```
"font-larisome": "*"
```

## Usage

Just include the CSS file and you're ready to go

```html
<link rel="stylesheet" href="font-larisome/css/font-larisome.min.css">
```

### Examples

```html
<i class="lari lari-normal"></i>
<i class="lari lari-bold"></i>
<i class="lari lari-serif"></i>
...
```

### List of icons

- `lari-a`, `lari-normal`
- `lari-b`, `lari-bold`
- `lari-c`, `lari-bolder`
- `lari-d`, `lari-narrow-sans`
- `lari-e`, `lari-narrow-serif`
- `lari-f`, `lari-thin-sans`
- `lari-g`, `lari-thin-serif`
- `lari-h`, `lari-serif`
- `lari-i`, `lari-sans`
- `lari-j`, `lari-narrow-sans-bold`
- `lari-k`, `lari-narrow-sans-thin`
- `lari-l`, `lari-comic`

0 comments on commit 057dfaf

Please sign in to comment.