├── README.md ├── Screenshots ├── js.png └── md.png └── ttf ├── Consolas-with-Yahei Bold Italic Nerd Font.ttf ├── Consolas-with-Yahei Bold Nerd Font.ttf ├── Consolas-with-Yahei Italic Nerd Font.ttf └── Consolas-with-Yahei Nerd Font.ttf /README.md: -------------------------------------------------------------------------------- 1 | Consolas-with-Yahei 2 | --- 3 | 4 | Description: 5 | --- 6 | 7 | This is a Customed "Consolas" Font, Keep all Latin characters of Consolas,and added Chinese Characters of Microsoft Yahei. Forked from [Consolas-with-Yahei](github.com/edward-p/Consolas-with-Yahei) 8 | 9 | This version patched the font with proper powerline characters to enhance terminal experiences. 10 | 11 | Different From "Yahei Consolas Hybrid" 12 | --- 13 | 14 | This font is called "Consolas-with-Yahei" (Keep all original characters of Consolas and Complete CJK Characters with YaHei), it will not overwrite the default fonts in your system. 15 | 16 | Screen Shots: 17 | --- 18 | 19 | ![image](Screenshots/js.png "Javascript") 20 | 21 | ![image](Screenshots/md.png "Markdown") 22 | 23 | Additonal Tips: 24 | --- 25 | Created by FontCreator 26 | 27 | powerline characters patched with [ryanoasis/nerd-fonts](https://github.com/ryanoasis/nerd-fonts) 28 | 29 | Patch description is [here](https://www.jianshu.com/p/e62bbbf31e85) 30 | 31 | The name "Consolas-with-Yahei" results in "invalid font name error" in Spacemacs because of the hyphen. Use a font editor like [FontForge](http://fontforge.github.io/en-US/) to edit the name. 32 | -------------------------------------------------------------------------------- /Screenshots/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuqiling97/Consolas-with-Yahei/a5c6759af8e5d47d1926046892ff228e3b83207f/Screenshots/js.png -------------------------------------------------------------------------------- /Screenshots/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuqiling97/Consolas-with-Yahei/a5c6759af8e5d47d1926046892ff228e3b83207f/Screenshots/md.png -------------------------------------------------------------------------------- /ttf/Consolas-with-Yahei Bold Italic Nerd Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuqiling97/Consolas-with-Yahei/a5c6759af8e5d47d1926046892ff228e3b83207f/ttf/Consolas-with-Yahei Bold Italic Nerd Font.ttf -------------------------------------------------------------------------------- /ttf/Consolas-with-Yahei Bold Nerd Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuqiling97/Consolas-with-Yahei/a5c6759af8e5d47d1926046892ff228e3b83207f/ttf/Consolas-with-Yahei Bold Nerd Font.ttf -------------------------------------------------------------------------------- /ttf/Consolas-with-Yahei Italic Nerd Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuqiling97/Consolas-with-Yahei/a5c6759af8e5d47d1926046892ff228e3b83207f/ttf/Consolas-with-Yahei Italic Nerd Font.ttf -------------------------------------------------------------------------------- /ttf/Consolas-with-Yahei Nerd Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuqiling97/Consolas-with-Yahei/a5c6759af8e5d47d1926046892ff228e3b83207f/ttf/Consolas-with-Yahei Nerd Font.ttf --------------------------------------------------------------------------------