From Fedora Project Wiki
Description
This testcase is to check that fonts packages for your language is correctly installed.
How to test
- Log in your desktop
- Open a terminal
- Run either
fc-match sans:lang=$(echo $LANG|sed -e 's/^\(.*\)_.*/\1/')
orfc-match sans:lang=$(echo $LANG`|`sed -e 's/_/-/g' -e 's/\..*//g')
according to your current locale - Similarly for serif: Run either
fc-match serif:lang=$(echo $LANG|sed -e 's/^\(.*\)_.*/\1/')
orfc-match serif:lang=$(echo $LANG|sed -e 's/_/-/g' -e 's/\..*//g')
according to your current locale - Similarly for monospace: Run either
fc-match monospace:lang=$(echo $LANG|sed -e 's/^\(.*\)_.*/\1/')
orfc-match monospace:lang=$(echo $LANG|sed -e 's/_/-/g' -e 's/\..*//g')
according to your current locale
Expected Results
- Compare the result to the font packages list (TBD)