Saturday, April 27, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2201  / 2 Years ago, tue, september 27, 2022, 5:21:38

I need to check font and font-family that is displaying on the desktop screen. How can I do this from command line.


More From » command-line

 Answers
2

The following commands should help you:



gsettings get org.gnome.desktop.interface document-font-name
gsettings get org.gnome.desktop.interface font-name
gsettings get org.gnome.desktop.interface monospace-font-name


On my system I get:



$ gsettings get org.gnome.desktop.interface document-font-name
'Sans 11'
$ gsettings get org.gnome.desktop.interface font-name
'Ubuntu 11'
$ gsettings get org.gnome.desktop.interface monospace-font-name
'Ubuntu Mono 13'

[#24826] Wednesday, September 28, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
etzelmortg

Total Points: 430
Total Questions: 105
Total Answers: 106

Location: Suriname
Member since Sun, Jun 13, 2021
3 Years ago
;