diff -r c270c9501f1c -r 17ab17a3e6b3 src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py --- a/src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py Tue Oct 10 18:05:17 2023 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py Wed Oct 11 15:44:59 2023 +0200 @@ -94,14 +94,6 @@ False, ) ) - self.pictographFontCombo.setCurrentFont( - QFont( - [Preferences.getWebBrowser("PictographFontFamily")], - defaultFontSize, - QFont.Weight.Normal, - False, - ) - ) self.initColour( "SecureUrlColor", self.secureURLsColourButton, Preferences.getWebBrowser @@ -170,10 +162,6 @@ Preferences.setWebBrowser( "FantasyFontFamily", self.fantasyFontCombo.currentFont().family() ) - if self.pictographFontCombo.isEnabled(): - Preferences.setWebBrowser( - "PictographFontFamily", self.pictographFontCombo.currentFont().family() - ) Preferences.setWebBrowser("DefaultFontSize", self.defaultSizeSpinBox.value()) Preferences.setWebBrowser("DefaultFixedFontSize", self.fixedSizeSpinBox.value())