Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Lotuashvili/BPGNateli

🇬🇪 BPGNateli Georgian font with CSS
https://github.com/Lotuashvili/BPGNateli

Last synced: about 2 months ago
JSON representation

🇬🇪 BPGNateli Georgian font with CSS

Awesome Lists containing this project

README

        

BPG Nateli Mtavruli
====================

BPG Nateli Mtavruli georgian font with css.

Package includes eot, otf, svg, ttf, woff font files.

## How to install

```
bower install bpgnateli
```

## How to use

include bpgnateli.min.css file to your html file

```html

```

then set font-family to bpgnateli

```css
.selector {
font-family: 'BPGNateli';
}
```