From Fedora Project Wiki

(add locale code)
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=
To install default fonts:
# dnf install default-fonts
Or only for particular language:
# dnf install default-fonts-<locale-code>
And then:
# dnf install fontquery
|actions=
|actions=
To install a default font for language, try:
To test on f39:
  $ dnf install default-fonts-<locale-code>
$ fontquery-diff -r 39
 
See [https://tagoh.fedorapeople.org/fonts/status/current.html this table] to check the language and font packages assigned for.
 
|results=
|results=
One font package per aliases will be installed which have glyph coverage for certain language.
No difference should be reported on the output.
|optional=
|optional=
}}
}}

Revision as of 10:30, 1 December 2023

Description

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

Setup

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 f39:

$ fontquery-diff -r 39

Expected Results

No difference should be reported on the output.