Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
liorocks committed Aug 23, 2015
0 parents commit 15963bd
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Web Fonts All

All Web Fonts In A Single Package.

## Installation

```
$ bower install web-fonts-all --save
```
37 changes: 37 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "web-fonts-all",
"description": "All Web Fonts In A Single Package",
"keywords": [
"ttf",
"woff",
"woff2",
"svg",
"font",
"web-font"
],
"homepage": "https://github.com/web-fonts/web-fonts-all",
"authors": [
"Lado Lomidze <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/web-fonts/web-fonts-all.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"*.md"
],
"dependencies": {
"bpg-banner": "~0.0.7",
"bpg-banner-caps": "~0.0.4",
"bpg-mrgvlovani": "~0.0.1",
"bpg-mrgvlovani-caps": "~0.0.1",
"bpg-nino-mtavruli": "~0.0.1",
"bpg-nino-mtavruli-bold": "~0.0.1"
}
}

0 comments on commit 15963bd

Please sign in to comment.