Awesome
deprecated in favor of web-fonts.ge
georgian webfonts
install with bower
bower install --save georgian-webfonts
you can use Preen to include only fonts that you need (but how?)
don't want to use bower?
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.
how to use
include font you need with link tag
<link rel="stylesheet" href="/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";
}