diff --git a/font-patcher b/font-patcher index cb63855576..31b303787f 100755 --- a/font-patcher +++ b/font-patcher @@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function, unicode_literals # Change the script version when you edit this script: -script_version = "4.10.0" +script_version = "4.10.1" version = "3.1.1" projectName = "Nerd Fonts" @@ -1064,7 +1064,7 @@ class font_patcher: {'Enabled': True, 'Name': "Seti-UI + Custom", 'Filename': "original-source.otf", 'Exact': False, 'SymStart': 0xE4FA, 'SymEnd': 0xE5FF, 'SrcStart': 0xE5FA, 'ScaleRules': None, 'Attributes': SYM_ATTR_DEFAULT}, {'Enabled': True, 'Name': "Heavy Angle Brackets", 'Filename': "extraglyphs.sfd", 'Exact': True, 'SymStart': 0x276C, 'SymEnd': 0x2771, 'SrcStart': None, 'ScaleRules': HEAVY_SCALE_LIST, 'Attributes': SYM_ATTR_HEAVYBRACKETS}, {'Enabled': box_enabled, 'Name': "Box Drawing", 'Filename': "extraglyphs.sfd", 'Exact': True, 'SymStart': 0x2500, 'SymEnd': 0x259F, 'SrcStart': None, 'ScaleRules': BOX_SCALE_LIST, 'Attributes': SYM_ATTR_BOX}, - {'Enabled': True, 'Name': "Devicons", 'Filename': "devicons.ttf", 'Exact': False, 'SymStart': 0xE600, 'SymEnd': 0xE6C5, 'SrcStart': 0xE700, 'ScaleRules': DEVI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT}, + {'Enabled': True, 'Name': "Devicons", 'Filename': "devicons/devicons.ttf", 'Exact': False, 'SymStart': 0xE600, 'SymEnd': 0xE6C5, 'SrcStart': 0xE700, 'ScaleRules': DEVI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT}, {'Enabled': self.args.powerline, 'Name': "Powerline Symbols", 'Filename': "powerline-symbols/PowerlineSymbols.otf", 'Exact': True, 'SymStart': 0xE0A0, 'SymEnd': 0xE0A2, 'SrcStart': None, 'ScaleRules': None, 'Attributes': SYM_ATTR_POWERLINE}, {'Enabled': self.args.powerline, 'Name': "Powerline Symbols", 'Filename': "powerline-symbols/PowerlineSymbols.otf", 'Exact': True, 'SymStart': 0xE0B0, 'SymEnd': 0xE0B3, 'SrcStart': None, 'ScaleRules': None, 'Attributes': SYM_ATTR_POWERLINE}, {'Enabled': self.args.powerlineextra, 'Name': "Powerline Extra Symbols", 'Filename': "PowerlineExtraSymbols.otf", 'Exact': True, 'SymStart': 0xE0A3, 'SymEnd': 0xE0A3, 'SrcStart': None, 'ScaleRules': None, 'Attributes': SYM_ATTR_POWERLINE}, diff --git a/src/glyphs/devicons/README.md b/src/glyphs/devicons/README.md new file mode 100644 index 0000000000..6d0f3ba56d --- /dev/null +++ b/src/glyphs/devicons/README.md @@ -0,0 +1,12 @@ +# Devicons + +For more information have a look at the upstream website: https://github.com/vorillaz/devicons + +This is taken directly from the repository default branch, which is ahead of release 1.8.0. +We call it 1.8.1 here, but there is no such release. + +## Source bugs fixed + +Glyph 0xE6B6 is defective in the original font. We hand optimized and fixed that. + +Version: 1.8.1 diff --git a/src/glyphs/devicons/devicons.ttf b/src/glyphs/devicons/devicons.ttf new file mode 100644 index 0000000000..e882ad5977 Binary files /dev/null and b/src/glyphs/devicons/devicons.ttf differ diff --git a/src/glyphs/devicons.ttf b/src/glyphs/devicons/devicons_orig.ttf similarity index 100% rename from src/glyphs/devicons.ttf rename to src/glyphs/devicons/devicons_orig.ttf