thecotne / georgian-webfonts

georgian webfonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

georgian webfonts

License:MIT License


Languages

Language:CSS 94.9%Language:JavaScript 5.1%