馃崚 kcm/fonts: use correct signal handlers for UI controls
kcm/fonts: use correct signal handlers for UI controls
Using the on[Thing]Changed() versions can cause loops and unexpected state changes, based on how the backend may be implemented. Instead use the versions that only fire on explicit user interaction.