Add source code pro fonts

This commit is contained in:
2015-08-16 01:00:12 -07:00
parent 33f8a56109
commit 150fc36b8c
16 changed files with 1 additions and 1 deletions

View File

@@ -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', "*"))
)