Install Source Code Pro on Ubuntu

Download Pre-compiled package:
https://fontlibrary.org/en/font/source-code-pro

$ wget https://fontlibrary.org/assets/downloads/source-code-pro/8733444bf1b52108e4cad8cfcbc40e15/source-code-pro.zip
$ unzip source-code-pro.zip
$ cd source-code-pro-2.010R-ro-1.030R-it/
$ cd OTF/
$ ls

Download Source Code Pro:
https://github.com/adobe-fonts/source-code-pro.git

$ git clone https://github.com/adobe-fonts/source-code-pro.git

Building Source Code Pro requires makeotf command,
which is from AFDKO,installing AFDKO raises many issues,
e.g.

$ sudo apt-get install fonttools fontypython

Download AFDKO:
http://www.adobe.com/devnet/opentype/afdko/eula.html

$ wget http://download.macromedia.com/pub/developer/opentype/FDK.2.5.65781/FDK.2.5.65781-LINUX.zip

$ unzip FDK.2.5.65781-LINUX.zip
$ ./FinishInstallLinux
??? Some Problems?

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...