diff --git a/discover_overlay/notification_settings.py b/discover_overlay/notification_settings.py index 919a926..fe13b43 100644 --- a/discover_overlay/notification_settings.py +++ b/discover_overlay/notification_settings.py @@ -148,6 +148,8 @@ class NotificationSettingsWindow(SettingsWindow): self.overlay.set_padding(self.padding) self.overlay.set_border_radius(self.border_radius) self.discover.set_dbus_notifications(self.enabled) + if self.font: + self.overlay.set_font(self.font) def save_config(self): """ diff --git a/discover_overlay/text_settings.py b/discover_overlay/text_settings.py index 6a3f22a..0e29917 100644 --- a/discover_overlay/text_settings.py +++ b/discover_overlay/text_settings.py @@ -259,6 +259,9 @@ class TextSettingsWindow(SettingsWindow): self.overlay.set_show_attach(self.show_attach) self.overlay.set_hide_on_mouseover(self.autohide) + if self.font: + self.overlay.set_font(self.font) + def save_config(self): """ Save the current settings to the 'text' section of the config