https://bugs.kde.org/show_bug.cgi?id=418832
--- Comment #22 from bren...@coupeware.com --- https://kyleschaeffer.com/css-font-size-em-vs-px-vs-pt-vs-percent I was able to change the font style of the home page by commenting out the font family line and adding a new font family line with a different font per the lines below. You can also add font names prior to the existing list with commas between the names. There is no reference to font size in the media screen section and I was not able to change the font size of the home screen by changing any of the many font sizes that are in the rest of this file. I suspect the font size is hard coded. The Zoom Factor is saved in ~/.config/kmymoney/kmymoneyrc if it's set to anything but 1.00 so that appears to be the only way to change the font size. I would try changing the font-family in the media screen section and see if that helps. Maybe you don't have one of the referenced fonts installed and the substitute font is causing the problem. That or try to install the verdana font. ===================================== /usr/share/kmymoney/html/kmymoney.css @media screen { A.el { text-decoration: none; } A.elRef { font-weight: bold } A.code { text-decoration: none; font-weight: normal; color: #4C59A6 } A.codeRef { font-weight: normal; color: #4C59A6 } A:hover { text-decoration: none; font-weight: normal; color: #4C59A6 } body { background-color: Window; color:WindowText; /* font-family: verdana, arial, sans-serif; */ font-family: script12 bt; } ===================================== -- You are receiving this mail because: You are watching all bug changes.