From 4227f0bf4693fba6f339ddf5753be99eacb6a590 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Tue, 1 Aug 2017 17:52:06 -0400 Subject: [PATCH] Fixes an update to font name references with various sanitation - removes 'for Powerline' --- font-patcher | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index 663cb2590..c167ace8e 100755 --- a/font-patcher +++ b/font-patcher @@ -215,7 +215,8 @@ reservedFontNameReplacements = { # remove overly verbose font names # particularly regarding Powerline sourced Fonts (https://github.com/powerline/fonts) additionalFontNameReplacements = { - 'for Powerline' : '' + 'for Powerline' : '', + 'ForPowerline' : '' } additionalFontNameReplacements2 = { 'Powerline' : ''