diff --git a/.gitignore b/.gitignore index 7b3d7a5..371ba1b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ ffmpeg.tar.xz ffmpeg-*/ alltube-release.zip coverage/ +bower_components/ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f367807 --- /dev/null +++ b/bower.json @@ -0,0 +1,6 @@ +{ + "name": "alltube", + "dependencies": { + "opensans-googlefont": "*" + } +} diff --git a/css/fonts.css b/css/fonts.css index eff928c..1eb4f61 100644 --- a/css/fonts.css +++ b/css/fonts.css @@ -2,11 +2,11 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 300; - src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.ttf); + src: local('Open Sans Light'), local('OpenSans-Light'), url(../bower_components/opensans-googlefont/OpenSans-Light.ttf); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; - src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-Regular.ttf); + src: local('Open Sans'), local('OpenSans'), url(../bower_components/opensans-googlefont/OpenSans-Regular.ttf); } diff --git a/fonts/OpenSans-Light.ttf b/fonts/OpenSans-Light.ttf deleted file mode 100644 index 0d38189..0000000 Binary files a/fonts/OpenSans-Light.ttf and /dev/null differ diff --git a/fonts/OpenSans-Regular.ttf b/fonts/OpenSans-Regular.ttf deleted file mode 100644 index db43334..0000000 Binary files a/fonts/OpenSans-Regular.ttf and /dev/null differ