I have collected several fonts, which are only for personal use.
Run the following command under ubuntu to complete the installation.
git clone https://github.com/tracyone/program_font && cd program_font && ./install.sh Under Windows, you only need to copy the font file to C:WindowsFonts folder to complete the installation.
On Mac, you only need to open字体册program in launchpad and drag the font into the window, or menu, file-add font, and add fonts.
The collected fonts can generally be classified like this.
I am a person who likes to mess with programming tools, so I have also collected some beautiful fonts suitable for programming, such as Yahei and Consolas (YaHei.Consolas.1.11b.ttf), Yahei in Chinese and Consolas in English, which is perfect. This is also the font I recommend most.
There are also examples of the Apple font monaco , which is also very beautiful.
There is also yahei_mono which is also another combination of fonts, which are also very beautiful.
In addition, after installing WPS Office on ubuntu, I need to install some other fonts, so I also put it in this repository.
Since my working environment is ubuntu, after writing the document, in order not to change the shape of Windows, I hope to keep the fonts used in the document consistent. So I collected some fonts under Windows. Students who use Windows can ignore this part of the font (Song style, bold style, etc.).
Example of patch your Nerd fonts
brew install fontforge
unzip -d FontPatcher ./FontPatcher.zip
fontforge -script FontPatcher/font-patcher --complete ./MONACO.TTF
After executing the above command, MonacoNerdFont-Regular.TTF file was generated.