Merged font of BPG Algeti (Georgian lowercase chars) and BPG Nino Elite Exp Caps (Georgian uppercase chars).
Note: This is made for our personal needs, so all other chars except 10A0-10FF,1C90-1CBF
unicode range is removed from fonts to reduce size.
Install With NPM:
$ npm install metaoutdoor/bpg-algeti-nino-elite-exp-caps --save
- Downloading Package Archive
- Place
/css/
and/fonts/
directories to your project.
Place the following code between <head>...</head>
tag in your HTML:
<link rel="stylesheet" href="bpg-algeti-nino-elite-exp-caps/css/bpg-algeti-nino-elite-exp-caps.css">
Place the following code to your stylesheets, or use another css selector instead of body
.
body {
font-family: 'BPG Algeti Nino Elite Exp Caps', sans-serif;
}
The BPG Algeti Nino Elite Exp Caps package is open-sourced software licensed under the MIT license, but the Font files are licenced under CC BY-NC-ND 4.0.
Thanks to web-fonts team for both font packages.