From Fedora Project Wiki
Description
This test case ensures that FontAwesome4 fonts are installed correctly and can be used in applications supporting custom fonts.
Setup
- Make sure
fontawesome4-fonts
is installed:sudo dnf install fontawesome4-fonts
.
How to test
- Open a text editor that allows custom font selection (like LibreOffice Writer or Gedit).
- Open the font selection menu and search for FontAwesome.
- Select FontAwesome and type or paste some Unicode characters that correspond to FontAwesome icons. You can get the Unicode characters from FontAwesome's website.
- Save the document and then close it.
- Reopen the saved document.
Expected Results
- FontAwesome should appear in the list of available fonts in the text editor.
- Typed Unicode characters should display as FontAwesome icons.
- After saving, closing, and reopening the document, FontAwesome icons should still display correctly.