Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

thecotne/georgian-webfonts

Repository files navigation

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";
}

find bug?

submit issue

font is missing?

submit issue