From 960bb63736ec668e2e8763003293cae32b55bd2d Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Thu, 24 May 2018 12:38:06 +0800 Subject: [PATCH] PRF:20180430 Easily Search And Install Google Web Fonts In Linux.md @geekpi --- ...h And Install Google Web Fonts In Linux.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/translated/tech/20180430 Easily Search And Install Google Web Fonts In Linux.md b/translated/tech/20180430 Easily Search And Install Google Web Fonts In Linux.md index f0aa5369fc..fe43e51c56 100644 --- a/translated/tech/20180430 Easily Search And Install Google Web Fonts In Linux.md +++ b/translated/tech/20180430 Easily Search And Install Google Web Fonts In Linux.md @@ -2,7 +2,8 @@ ====== ![](https://www.ostechnix.com/wp-content/uploads/2018/04/Font-Finder-720x340.png) -**Font Finder** 是旧的 [**Typecatcher**][1] 的 Rust 实现,用于从[**Google 的字体存档**][2]中轻松搜索和安装 Google Web 字体。它可以帮助你在 Linux 桌面上安装数百种免费和开源字体。如果你正在为你的 Web 项目和应用以及其他任何地方寻找好看的字体,Font Finder 可以轻松地为你提供。它是用 Rust 编程语言编写的免费开源 GTK3 应用程序。与使用 Python 编写的 Typecatcher 不同,Font Finder 可以按类别过滤字体,没有 Python 运行时依赖关系,并且有更好的性能和资源消耗。 + +Font Finder 是旧的 [Typecatcher][1] 的 Rust 实现,用于从 [Google 的字体存档][2]中轻松搜索和安装 Google Web 字体。它可以帮助你在 Linux 桌面上安装数百种免费和开源字体。如果你正在为你的 Web 项目和应用以及其他任何地方寻找好看的字体,Font Finder 可以轻松地为你提供。它是用 Rust 编程语言编写的自由、开源的 GTK3 应用程序。与使用 Python 编写的 Typecatcher 不同,Font Finder 可以按类别过滤字体,没有 Python 运行时依赖关系,并且有更好的性能和更低的资源消耗。 在这个简短的教程中,我们将看到如何在 Linux 中安装和使用 Font Finder。 @@ -11,25 +12,25 @@ 由于 Fond Finder 是使用 Rust 语言编写的,因此你需要向下面描述的那样在系统中安装 Rust。 安装 Rust 后,运行以下命令安装 Font Finder: + ``` $ cargo install fontfinder - ``` -Font Finder 也可以从 [**flatpak app**][3] 安装。首先在你的系统中安装 Flatpak,如下面的链接所述。 +Font Finder 也可以从 [flatpak app][3] 安装。首先在你的系统中安装 Flatpak,如下面的链接所述。 然后,使用命令安装 Font Finder: + ``` $ flatpak install flathub io.github.mmstick.FontFinder - ``` ### 在 Linux 中使用 Font Finder 搜索和安装 Google Web 字体 你可以从程序启动器启动 Font Finder,也可以运行以下命令启动它。 + ``` $ flatpak run io.github.mmstick.FontFinder - ``` 这是 Font Finder 默认界面的样子。 @@ -42,7 +43,7 @@ $ flatpak run io.github.mmstick.FontFinder ![][6] -要安装字体,只需选择它并点击顶部的 **Install** 按钮即可。 +要安装字体,只需选择它并点击顶部的 “Install” 按钮即可。 ![][7] @@ -50,7 +51,7 @@ $ flatpak run io.github.mmstick.FontFinder ![][8] -同样,要删除字体,只需从 Font Finder 面板中选择它并单击 **Uninstall** 按钮。就这么简单! +同样,要删除字体,只需从 Font Finder 面板中选择它并单击 “Uninstall” 按钮。就这么简单! 左上角的设置按钮(齿轮按钮)提供了切换到暗色预览的选项。 @@ -62,8 +63,6 @@ $ flatpak run io.github.mmstick.FontFinder 干杯! - - -------------------------------------------------------------------------------- via: https://www.ostechnix.com/font-finder-easily-search-and-install-google-web-fonts-in-linux/ @@ -71,7 +70,7 @@ via: https://www.ostechnix.com/font-finder-easily-search-and-install-google-web- 作者:[SK][a] 选题:[lujun9972](https://github.com/lujun9972) 译者:[geekpi](https://github.com/geekpi) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出