我使用终端下载了 Google Web 字体,命令如下
apt-get install -y mercurial;
hg clone https://googlefontdirectory.googlecode.com/hg/googlefontdirectory;
我的主文件夹中现在有一个名为“ Google 字体目录”的目录。它有一个子文件夹,名为“ ofl ”,所有字体都放在单独的文件夹中。似乎有 680 个项目。因此将它们拖放到 .fonts 文件夹几乎是不可能的。有没有什么方法可以自动安装它们?我有“ Type Catcher ”(仅供参考)。请帮我解决这个问题。谢谢。
PS:我使用的是Ubuntu 12.04 LTS。
答案1
更好的方法是使用此处描述的脚本:
http://www.webupd8.org/2011/01/automatically-install-all-google-web.html
只需运行这三个命令:
cd && wget http://webupd8.googlecode.com/files/install-google-fonts
chmod +x install-google-fonts
./install-google-fonts