From Fedora Project Wiki
- 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
|results=
- Compare the result to the font packages list (TBD)
}}