Supports automatic installation of fonts such as, monaco-linux, and lucida-console on Ubuntu8.10 and Ubuntu9.04 systems. In addition, you can set the rendering Effects of Two Different monitors, LED and CRT, without manual configuration, to achieve automatic installation. Use the following method: Open the Console, run the following script (can be achieved by paste copy): wget-Oget-fonts.sh.ziphttp: // www. linuxid
Supports automatic installation of fonts such as, monaco-linux, and lucida-console on Ubuntu 8.10 and Ubuntu 9.04 systems.
In addition, you can set the rendering Effects of Two Different monitors, LED and CRT, without manual configuration, to achieve automatic installation.
The usage is as follows:
Open the Console and run the following script (you can copy and paste it ):
Wget-O get-fonts.sh.zip http://www.linuxidc.com/system/systembak/get-fonts.sh.zip
Unzip-o get-fonts.sh.zip 1>/dev/null
Chmod a + x get-fonts.sh
/Get-fonts.sh
Delete the downloaded font installation script file:
Rm get-fonts.sh get-fonts.sh.zip 2>/dev/null
Restore the previous font settings:
Cd/etc/fonts/conf. avail
Sudo mv 51-local.conf.old 51-local.conf 2>/dev/null
Sudo mv 69-language-selector-zh-cn.conf 69-language-selector-zh-cn.conf.old 2>/dev/null
Sudo rm-f-r/usr/share/fonts/truetype/myfonts 2>/dev/null
Cd-
Correction record:
1. added the latest font for Windows 7. (Attachment size limit, not implemented)
2. Fixed the Link error of the configuration file for CRT rendering.
3. Add the font: Agency FB
4. added the font setting restoration function.