bower install --save georgian-webfonts
you can use Preen to include only fonts that you need (but how?)
use rawgit.com CDN this way you don't need to install anything just replace
/bower_components/georgian-webfonts/
with https://rawgit.com/thecotne/georgian-webfonts/master/
in following examples
this is a free service, so there are no uptime or support guarantees.
include font you need with link tag
<link rel="stylesheet" href="https://github.com/thecotne/georgian-webfonts/blob/master/bower_components/georgian-webfonts/<font name>.css">
or css import
@import "/bower_components/georgian-webfonts/<font name>.css";
to use font write some css with selector and font-family
like this
body {
font-family: "BPG Arial";
}