# BPG Algeti Compact

[![Bower](https://img.shields.io/bower/v/bpg-algeti-compact.svg)](http://bower.io/search/?q=bpg-algeti-compact)
[![npm](https://img.shields.io/npm/v/bpg-algeti-compact.svg)](https://www.npmjs.com/package/bpg-algeti-compact)
[![Author](https://img.shields.io/badge/Font_Author-Besarion_Gugushvili-blue.svg)](https://github.com/web-fonts/bpg-algeti-compact)

BPG Algeti Compact Web-Font Package.

## Installation

### Install With [Bower](http://bower.io):

```
$ bower install bpg-algeti-compact --save
```

### Install With [NPM](https://www.npmjs.com):

```
$ npm install bpg-algeti-compact --save
```

### Install Manualy

* [Downloading Package Archive](https://github.com/web-fonts/bpg-algeti-compact/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/bpg-algeti-compact/css/bpg-algeti-compact.css">
```

Place the following code to your stylesheets, or use another css selector instead of `body`.

```css
body {
    font-family: 'BPG Algeti Compact', sans-serif;
}
```

## Preview

[Preview BPG Algeti Compact in Browser](http://web-fonts.ge/bpg-algeti-compact)

## Licence

The BPG Algeti Compact 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/).