-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | ||
|