From Fedora Project Wiki

(use version number templates, include instructions on testing a specific language)
No edit summary
 
Line 2: Line 2:
|description=This test case ensures that the default fonts packages are properly installed.
|description=This test case ensures that the default fonts packages are properly installed.
|setup=
|setup=
Please note that fontquery won't work on Live and toolbox due to the podman's limitation. If you want to try, please make sure you installed Live on KVM or bare metal.
To install default fonts:
To install default fonts:
  # dnf install default-fonts
  # dnf install default-fonts

Latest revision as of 02:40, 11 September 2024

Description

This test case ensures that the default fonts packages are properly installed.

Setup

Please note that fontquery won't work on Live and toolbox due to the podman's limitation. If you want to try, please make sure you installed Live on KVM or bare metal.

To install default fonts:

# dnf install default-fonts

Or only for particular language:

# dnf install default-fonts-<locale-code>

And then:

# dnf install fontquery 

How to test

To test on Fedora 41:

$ fontquery-diff 41

To test for a specific language, use the ISO 639 two-letter code, e.g. he for Hebrew:

$ fontquery-diff -l he 41

Expected Results

No difference should be reported on the output.