Ticket #928 (closed defect: fixed)

Opened 3 years ago

Last modified 8 months ago

DejaVu fonts for light template css

Reported by: javier Owned by: DarTar
Priority: low Milestone: 1.3.2
Component: layout Version: 1.2
Severity: minor Keywords:
Cc:

Description (last modified by DarTar) (diff)

I love the new light template, but it looks awful in linux, applying same solution that was used in old template improves this template a lot. Here's my diff to /templates/light/css/light.css :

9c9
< 	font-family:  Georgia, "DejaVu Serif", "Trebuchet MS", Times, serif; 
---
> 	font-family:  Georgia, "Trebuchet MS", Times, serif; 
28c28
< 	font: normal 10pt/16pt Georgia, "DejaVu Serif", "Trebuchet MS", Times, serif; 
---
> 	font: normal 10pt/16pt Georgia, "Trebuchet MS", Times, serif; 
48c48
< 	font: normal 14pt "DejaVu Sans", Arial, Helvetica, sans-serif; 
---
> 	font: normal 14pt Arial, Helvetica, sans-serif; 

Change History

Changed 3 years ago by DarTar

  • status changed from new to accepted
  • description modified (diff)
  • component changed from unspecified to layout
  • summary changed from dejavu fonts for light template css to DejaVu fonts for light template css
  • priority changed from normal to low
  • milestone changed from 3.0 to 1.3
  • owner changed from unassigned to DarTar
  • severity changed from normal to minor

Thanks for the heads up, javier - this will be fixed in the next release.

Changed 3 years ago by DarTar

(In [1511]) DejaVu fonts in light theme, refs #928 and #930

Changed 2 years ago by BrianKoontz

  • milestone changed from 1.3 to 1.4

Changed 2 years ago by DarTar

  • status changed from accepted to closed
  • resolution set to fixed

already implemented and tested in 1.3

Changed 8 months ago by BrianKoontz

  • milestone changed from 1.4 to 1.3.2
Note: See TracTickets for help on using tickets.