From 8041235ae94eeaf2bd5453d5c7a0b8848780e9c7 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Apr 17 2022 16:24:41 +0000 Subject: Use dnf to install fonts Indicated how to use dnf to install packaged fonts. Bungee is not yet packaged, though there is a ticket for this, so it can be added if it becomes packaged. --- diff --git a/modules/ROOT/pages/creating-an-image.adoc b/modules/ROOT/pages/creating-an-image.adoc index 5e3a816..3c5a046 100644 --- a/modules/ROOT/pages/creating-an-image.adoc +++ b/modules/ROOT/pages/creating-an-image.adoc @@ -68,10 +68,14 @@ There are a few fonts that are commonly used in featured images. You are encoura . https://www.fontsquirrel.com/fonts/roboto-slab[Roboto Slab] (friendly with serifs) . https://www.fontsquirrel.com/fonts/molot[Molot] (heavier font, feels technical) -To use these fonts on your Fedora system, download the font and unpack the OTF or TTF file (if required) into your ~/.fonts folder. Then update your font cache: +To use these fonts on your Fedora system, either download the font and unpack the OTF or TTF file (if required) into your ~/.fonts folder. Then update your font cache: $ fc-cache +or, where the font is packaged, install it using the package manager + + $ dnf install open-sans-fonts vernnobile-oswald-fonts mozilla-zilla-slab-fonts astigmatic-grand-hotel-fonts julietaula-montserrat-fonts google-roboto-slab-fonts typetype-molot-fonts + You will need to close and reopen Inkscape, GIMP, or other applications to take advantage of the new fonts. == Getting your work reviewed