BPG WEB 001 All Web-Font Package.
Merged font of BPG WEB 001 (Georgian lowercase chars) and BPG WEB 001 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-web-001-all --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="/node_modules/bpg-web-001-all/css/bpg-web-001-all.css">
Place the following code to your stylesheets, or use another css selector instead of body
.
body {
font-family: 'BPG WEB 001', sans-serif;
}
The BPG WEB 001 package is open-sourced software licensed under the MIT license, but the Font files are licenced under CC BY-NC-ND 4.0.
Huge thanks to web-fonts team for providing original font packages and Besarion Gugushvili for original font files.