diff --git a/en-US/adding-new-fonts-fedora.adoc b/en-US/adding-new-fonts-fedora.adoc index aa8f45b..86879e0 100644 --- a/en-US/adding-new-fonts-fedora.adoc +++ b/en-US/adding-new-fonts-fedora.adoc @@ -4,7 +4,7 @@ [[adding-new-fonts-fedora]] = Adding new fonts in Fedora -The default installation of the Fedora Linux (Fedora) includes several basic fonts that are probably all you need for the common life. However, if you plan to use your Fedora as a graphic station for typesetting, processing and designing purposes, these fonts will probably not be enough. In that situation, you want to add new fonts to your system. +The default installation of the Fedora Linux (Fedora) includes several basic fonts. If you plan to use Fedora for activities such as typesetting and graphic design, you may wish to add additional fonts. include::{md}/proc_adding-new-fonts-as-superuser.adoc[leveloffset=+1] diff --git a/en-US/modules/proc_adding-new-fonts-as-superuser.adoc b/en-US/modules/proc_adding-new-fonts-as-superuser.adoc index e6dc436..bb3a423 100644 --- a/en-US/modules/proc_adding-new-fonts-as-superuser.adoc +++ b/en-US/modules/proc_adding-new-fonts-as-superuser.adoc @@ -1,14 +1,14 @@ [[adding-new-fonts-as-superuser]] = Adding new fonts as the superuser -System fonts are available to all system users. If you need to add system fonts, you have two ways to do it: +System fonts are available to all system users. If you need to add system fonts, there are two ways: -. You can use the `dnf` package manager to install font packages, -. or you can manually add fonts to the system and update the font cache to make them available to the users. +. Use the `dnf` package manager to install font packages, +. Manually add fonts to the system and update the font cache to make them available to the users. [WARNING] ==== -By adding systemwide fonts manually, you will not be able to control them with the package manager. If the font is provided as a distribution package, you should always use the package manager to install it. +If you manually add system-wide fonts, you will not be able to control them with the package manager. If the font is provided as a distribution package, you should always use the package manager to install it. ==== [[installing-new-fonts-with-dnf]] @@ -43,7 +43,7 @@ $ sudo dnf install libreoffice-opensymbol-fonts.noarch .More information -* The `dnf search fonts` command lists all available font packages, as well as a their descriptions. +* The `dnf search fonts` command lists all available font packages, as well as their descriptions. [[installing-new-fonts-manually]] == Installing new fonts manually diff --git a/en-US/modules/proc_adding-new-fonts-as-user.adoc b/en-US/modules/proc_adding-new-fonts-as-user.adoc index af12e27..a3b2111 100644 --- a/en-US/modules/proc_adding-new-fonts-as-user.adoc +++ b/en-US/modules/proc_adding-new-fonts-as-user.adoc @@ -4,9 +4,9 @@ When you do not have superuser access to install fonts on the system level, or you only need to install a font that will be available to your user account only, there are two methods to do it. [[adding-new-local-fonts-with-gfv]] -== Adding new local fonts with the *Gnome Font Viewer* +== Adding new local fonts with the Gnome Font Viewer -The *Gnome Font Viewer* is an application to display the fonts installed on the system. Besides that, it also allows you to locally install fonts. To add a new font file with *Gnome Font Viewer*: +The *Gnome Font Viewer* is an application to display the fonts installed on the system. It also allows you to locally install fonts. To add a new font file with *Gnome Font Viewer*: .Before you start @@ -22,7 +22,7 @@ The *Gnome Font Viewer* is an application to display the fonts installed on the + [NOTE] ==== -Currently, there is a bug in the application. When you click on the btn:[Install] button, it does not inform you back about the result of the operation, but the font is already installed. +Currently, there is a bug in the application. When you click on the btn:[Install] button, it does not inform whether the installation succeeded. ==== .More information @@ -32,7 +32,7 @@ Currently, there is a bug in the application. When you click on the btn:[Install [[adding-new-local-fonts-manually]] == Adding new local fonts manually -If you do not want to use any tools to add new fonts, you can do it manually. You have to copy the font files in the `.fonts` directory placed in the user's directory and update the font cache. +If you do not want to use any tools to add new fonts, you can do it manually. Copy the font files in the `.fonts` directory placed in the user's directory and update the font cache. .Before you start @@ -47,7 +47,7 @@ If you do not want to use any tools to add new fonts, you can do it manually. Yo $ mkdir ~/.local/share/fonts/robofont ---- -. Copy the font file in the newly created directory. +. Copy the font file into the newly created directory. + ---- $ cp robofont.ttf ~/.local/share/fonts/robofont