alkbasri-light
Version:
ALKBasri-Light Web-Font Package
56 lines (36 loc) • 1.54 kB
Markdown
# ALKBasri-Light
[](http://bower.io/search/?q=alkbasri-light)
[](https://www.npmjs.com/package/alkbasri-light)
[](https://github.com/web-fonts/alkbasri-light)
ALKBasri-Light Web-Font Package.
## Installation
### Install With [Bower](http://bower.io):
```
$ bower install alkbasri-light --save
```
### Install With [NPM](https://www.npmjs.com):
```
$ npm install alkbasri-light --save
```
### Install Manualy
* [Downloading Package Archive](https://github.com/web-fonts/alkbasri-light/archive/master.zip)
* Place `/css/` and `/fonts/` directories to your project.
## Usage
Place the following code between `<head>...</head>` tag in your HTML:
```html
<link rel="stylesheet" href="/bower_components/alkbasri-light/css/alkbasri-light.css">
```
for NPM:
```html
<link rel="stylesheet" href="/node_modules/alkbasri-light/css/alkbasri-light.css">
```
Place the following code to your stylesheets, or use another css selector instead of `body`.
```css
body {
font-family: 'ALKBasri-Light', sans-serif;
}
```
## Preview
[Preview ALKBasri-Light in Browser](http://web-fonts.ge/alkbasri-light)
## Licence
The ALKBasri-Light package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT), but the Font files are licenced under [CC BY-NC-ND 4.0](http://creativecommons.org/licenses/by-nc-nd/4.0/).