diff --git a/resources/Monaco-Powerline.otf b/resources/fonts/Monaco-Powerline.otf similarity index 100% rename from resources/Monaco-Powerline.otf rename to resources/fonts/Monaco-Powerline.otf diff --git a/resources/fonts/SourceCodePro-Black.otf b/resources/fonts/SourceCodePro-Black.otf new file mode 100755 index 00000000..bbbbf640 Binary files /dev/null and b/resources/fonts/SourceCodePro-Black.otf differ diff --git a/resources/fonts/SourceCodePro-BlackIt.otf b/resources/fonts/SourceCodePro-BlackIt.otf new file mode 100755 index 00000000..9835c17f Binary files /dev/null and b/resources/fonts/SourceCodePro-BlackIt.otf differ diff --git a/resources/fonts/SourceCodePro-Bold.otf b/resources/fonts/SourceCodePro-Bold.otf new file mode 100755 index 00000000..f4e576ce Binary files /dev/null and b/resources/fonts/SourceCodePro-Bold.otf differ diff --git a/resources/fonts/SourceCodePro-BoldIt.otf b/resources/fonts/SourceCodePro-BoldIt.otf new file mode 100755 index 00000000..681a937c Binary files /dev/null and b/resources/fonts/SourceCodePro-BoldIt.otf differ diff --git a/resources/fonts/SourceCodePro-ExtraLight.otf b/resources/fonts/SourceCodePro-ExtraLight.otf new file mode 100755 index 00000000..de41f8b3 Binary files /dev/null and b/resources/fonts/SourceCodePro-ExtraLight.otf differ diff --git a/resources/fonts/SourceCodePro-ExtraLightIt.otf b/resources/fonts/SourceCodePro-ExtraLightIt.otf new file mode 100755 index 00000000..49813d0d Binary files /dev/null and b/resources/fonts/SourceCodePro-ExtraLightIt.otf differ diff --git a/resources/fonts/SourceCodePro-It.otf b/resources/fonts/SourceCodePro-It.otf new file mode 100755 index 00000000..0ab9eea7 Binary files /dev/null and b/resources/fonts/SourceCodePro-It.otf differ diff --git a/resources/fonts/SourceCodePro-Light.otf b/resources/fonts/SourceCodePro-Light.otf new file mode 100755 index 00000000..834a29bf Binary files /dev/null and b/resources/fonts/SourceCodePro-Light.otf differ diff --git a/resources/fonts/SourceCodePro-LightIt.otf b/resources/fonts/SourceCodePro-LightIt.otf new file mode 100755 index 00000000..cd833d20 Binary files /dev/null and b/resources/fonts/SourceCodePro-LightIt.otf differ diff --git a/resources/fonts/SourceCodePro-Medium.otf b/resources/fonts/SourceCodePro-Medium.otf new file mode 100755 index 00000000..c5dddda8 Binary files /dev/null and b/resources/fonts/SourceCodePro-Medium.otf differ diff --git a/resources/fonts/SourceCodePro-MediumIt.otf b/resources/fonts/SourceCodePro-MediumIt.otf new file mode 100755 index 00000000..77cd5da9 Binary files /dev/null and b/resources/fonts/SourceCodePro-MediumIt.otf differ diff --git a/resources/fonts/SourceCodePro-Regular.otf b/resources/fonts/SourceCodePro-Regular.otf new file mode 100755 index 00000000..4e3b9d0b Binary files /dev/null and b/resources/fonts/SourceCodePro-Regular.otf differ diff --git a/resources/fonts/SourceCodePro-Semibold.otf b/resources/fonts/SourceCodePro-Semibold.otf new file mode 100755 index 00000000..2c4b5b43 Binary files /dev/null and b/resources/fonts/SourceCodePro-Semibold.otf differ diff --git a/resources/fonts/SourceCodePro-SemiboldIt.otf b/resources/fonts/SourceCodePro-SemiboldIt.otf new file mode 100755 index 00000000..cb064e7d Binary files /dev/null and b/resources/fonts/SourceCodePro-SemiboldIt.otf differ diff --git a/tasks/osx.py b/tasks/osx.py index 29730329..5e8bbfbf 100644 --- a/tasks/osx.py +++ b/tasks/osx.py @@ -133,7 +133,7 @@ def rvm(ctx): @ctask def fonts(ctx): ctx.run('open {0}'.format( - os.path.join(util.RESOURCES_DIRECTORY, "Monaco-Powerline.otf")) + os.path.join(util.RESOURCES_DIRECTORY, 'fonts', "*")) )