mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
revise installing fonts
This commit is contained in:
parent
9e4cd3d7a6
commit
a5a553f52a
1 changed files with 10 additions and 16 deletions
|
@ -12,15 +12,14 @@ Review the fonts on your system. Fedora includes many fonts by default, to see w
|
||||||
|
|
||||||
.Procedure
|
.Procedure
|
||||||
|
|
||||||
To install fonts from the Fedora repository:
|
. To install fonts from the Fedora repository:
|
||||||
|
.. Run the following command to list available fonts:
|
||||||
. Run the following command to list available fonts:
|
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
$ dnf search font
|
$ dnf search font
|
||||||
----
|
----
|
||||||
. Copy the name of the font you want to install.
|
.. Copy the name of the font you want to install.
|
||||||
. Run the following command to install the font:
|
.. Run the following command to install the font:
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
$ dnf install <font name>
|
$ dnf install <font name>
|
||||||
|
@ -31,23 +30,18 @@ For example:
|
||||||
----
|
----
|
||||||
$ dnf install google-noto-mono-fonts.noarch
|
$ dnf install google-noto-mono-fonts.noarch
|
||||||
----
|
----
|
||||||
|
. To install fonts from the filesystem:
|
||||||
|
.. Locate the font file using the *Nautilus* file manager.
|
||||||
.Procedure
|
.. Double-click the font file to open the font in *GNOME Font Viewer*. A preview of the font is displayed.
|
||||||
|
.. Click *Install* to install the font.
|
||||||
To install fonts from the filesystem:
|
|
||||||
|
|
||||||
. Locate the font file using the *Nautilus* file manager.
|
|
||||||
. Double-click the font file to open the font in *GNOME Font Viewer*. A preview of the font is displayed.
|
|
||||||
. Click *Install* to install the font.
|
|
||||||
|
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
If you use this procedure to install fonts, those fonts are only available to the current user.
|
If you use *GNOME Font Viewer* to install fonts, those fonts are only available to the current user.
|
||||||
====
|
====
|
||||||
|
|
||||||
.More information
|
.Additional resources
|
||||||
|
|
||||||
* The help included with *Fontmatrix* provides an introduction to the Fedora font system.
|
* The help included with *Fontmatrix* provides an introduction to the Fedora font system.
|
||||||
* link:https://docs-old.fedoraproject.org/en-US/Fedora/12/html/Deployment_Guide/s1-x-fonts.html[Fedora documentation] regarding fonts.
|
* link:https://docs-old.fedoraproject.org/en-US/Fedora/12/html/Deployment_Guide/s1-x-fonts.html[Fedora documentation] regarding fonts.
|
||||||
|
|
Loading…
Reference in a new issue