diff options
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": ["**/.*"] +} |