# BPG LE Studio 02 Caps

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

BPG LE Studio 02 Caps Web-Font Package.

## Installation

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

```
$ bower install bpg-le-studio-02-caps --save
```

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

```
$ npm install bpg-le-studio-02-caps --save
```

### Install Manualy

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

for NPM:

```html
<link rel="stylesheet" href="/node_modules/bpg-le-studio-02-caps/css/bpg-le-studio-02-caps.css">
```

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

```css
body {
    font-family: 'BPG LE Studio 02 Caps', sans-serif;
}
```

## Preview

[Preview BPG LE Studio 02 Caps in Browser](http://web-fonts.ge/bpg-le-studio-02-caps)

## Licence

The BPG LE Studio 02 Caps 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/).