Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecotne/georgian-webfonts
georgian webfonts
https://github.com/thecotne/georgian-webfonts
Last synced: about 2 months ago
JSON representation
georgian webfonts
- Host: GitHub
- URL: https://github.com/thecotne/georgian-webfonts
- Owner: thecotne
- License: mit
- Archived: true
- Created: 2015-05-08T13:15:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T18:10:12.000Z (over 7 years ago)
- Last Synced: 2024-04-26T03:01:12.561Z (8 months ago)
- Language: CSS
- Size: 4.54 MB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-georgia - thecotne/georgian-webfonts - Package for georgian fonts (CSS). (Categories)
README
## deprecated in favor of [web-fonts.ge](https://web-fonts.ge/)
georgian webfonts
================#### install with bower
`bower install --save georgian-webfonts`you can use [Preen][4] to include only fonts that you need ([but how?][5])
#### don't want to use bower?
use [rawgit.com CDN][2] 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 examplesthis is a free service, so there are no [uptime or support guarantees.][3]
#### how to use
include font you need with link tag```html
```
or css import
```css
@import "/bower_components/georgian-webfonts/.css";
```to use font write some css with selector and `font-family` like this
```css
body {
font-family: "BPG Arial";
}
```#### find bug?
[submit issue][1]
#### font is missing?
[submit issue][1]
[1]: https://github.com/thecotne/georgian-webfonts/issues/new "New Issue · thecotne/square-file-icons"
[2]: https://rawgit.com/ "rawgit.com CDN"
[3]: https://rawgit.com/faq#no-uptime-guarantee "no uptime or support guarantees"
[4]: https://github.com/BradDenver/Preen "Preen"
[5]: https://github.com/thecotne/georgian-webfonts/wiki/How-to-use-Preen "How to use Preen"