Zend certified PHP/Magento developer

Set GSettings only for a specific application

A certain application needed a font change to be easier to read.

gsettings set org.gnome.desktop.interface document-font-name "Cantarell 25"

The application itself doesn’t have a settings dialog for this, but that worked. This changed the font from the default e.g. Noto Sans 15. However, the change affected other applications in the system, and now their font size is perhaps too large.

Although the setting was appropriate for one application it wasn’t appropriate for the rest.

I am looking for a way to set a GSettings/Dconf setting for a single application without changing the setting “globally”.