SUMMARY The konsoleprofile command won't change the font in the current tab, even though the Font property is shown when running `konsole --list-profile-properties`. STEPS TO REPRODUCE 1. Confirm `konsole --list-profile-properties` contains the Font property 2. Run something like `konsoleprofile "Font=Fira Code,13,-1,5,50,0,0,0,0,0"` OBSERVED RESULT The font in the current tab does not change EXPECTED RESULT The font in the current tab should change to the specified font and size SOFTWARE/OS VERSIONS Linux/KDE Plasma: Operating System: Manjaro Linux KDE Plasma Version: 5.23.3 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Konsole can definitely find the font, because running `konsole -p "Font=Fira Code,13,-1,5,50,0,0,0,0,0"` correctly opens a new instance with the specified font. There is also this old bug report that was closed for lack of info: https://bugs.kde.org/show_bug.cgi?id=400411