I mess up with default font style in fedora cinnamon can any one share a screenshot of font style in fedora
1 Like
Default font in Fedora is Cantarell (assuming Cinnamon uses gsettings)
You can revert the desktop font with the following:
gsettings set org.gnome.desktop.interface 'font-name' 'Cantarell 11'
1 Like
I believe that gsettings reset
is more suitable for the task, i.e.
gsettings reset org.gnome.desktop.interface font-name
See also other font settings:
gsettings list-recursively | sort | awk -e '$2~"font"{print}'
2 Likes
or simpler
gsettings list-recursively | sort | grep font