[kmymoney] [Bug 418832] Tiny fonts on Kmymoney 5.0.0 Home page & Reports

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Mar 15 20:34:20 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=418832

--- Comment #28 from deanmalbert at yahoo.com ---
Jack,

Currently:

=====================================
/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;
   }

Just changed it to:

=====================================
/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: Ubuntu-R.ttp;
   }

Ubuntu fonts are on my system.  Not sure which however.

Dean

On 3/15/20 2:52 PM, Jack wrote:
> https://bugs.kde.org/show_bug.cgi?id=418832
>
> --- Comment #25 from Jack <ostroffjh at users.sourceforge.net> ---
> Just a wild thought, but are you sure the fonts you are trying to use are
> actually installed?
>
> Does anyone know the fallback behavior of what gets used if all named fonts are
> not available?
>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list