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

--- Comment #28 from deanmalb...@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 <ostrof...@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 watching all bug changes.

Reply via email to