Ticket #928 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.