diff options
author | Ev Bogue <ev@evbogue.com> | 2019-04-03 20:03:30 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-04-03 20:03:30 -0500 |
commit | 8856e4b188eadcf286c07e04e7478f2050af7d70 (patch) | |
tree | 030fe146f3e1f574500f83ad7db0ad3731a5638c /fonts/bower.json |
initial commit
Diffstat (limited to 'fonts/bower.json')
-rwxr-xr-x | fonts/bower.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/bower.json b/fonts/bower.json new file mode 100755 index 0000000..08aca6c --- /dev/null +++ b/fonts/bower.json @@ -0,0 +1,17 @@ +{ + "name": "source-sans-pro", + "version": "2.010R-ro/1.065R-it", + "main": "source-sans-pro.css", + "homepage": "https://github.com/adobe-fonts/source-sans-pro", + "repository": { + "type": "git", + "url": "https://github.com/adobe-fonts/source-sans-pro.git" + }, + "authors": [ + { "name": "Paul D. Hunt" } + ], + "description": "Source Sans Pro font family by Adobe", + "license": "SIL OFL 1.1", + "keywords": ["font", "sourcesans", "sourcesanspro", "source sans", "source sans pro"], + "ignore": ["**/.*"] +} |