Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Lotuashvili/BPGNateli
- Owner: Lotuashvili
- Created: 2015-02-07T10:40:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T18:23:51.000Z (over 9 years ago)
- Last Synced: 2024-11-08T22:27:59.521Z (about 2 months ago)
- Language: CSS
- Homepage: http://lotuashvili.github.io/BPGNateli
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-georgia - Lotuashvili/BPGNateli - Bower package for BPG Nateli font (CSS). (Categories)
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';
}
```