Author: glezos Update of /cvs/fedora/web/html/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8934/html/css Modified Files: content.css fedora.css layout.css Log Message: Replaced all "Luxi" fonts in CSS with Dejavu (bug #211059, patch #138644). Index: content.css =================================================================== RCS file: /cvs/fedora/web/html/css/content.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- content.css 30 Mar 2005 17:47:22 -0000 1.1.1.1 +++ content.css 18 Oct 2006 02:45:40 -0000 1.2 @@ -14,7 +14,7 @@ /* font-style: italic; */ - font-family: luxi sans,sans-serif; + font-family: "Dejavu Sans",sans-serif; } h1 { font-size: 1.75em; Index: fedora.css =================================================================== RCS file: /cvs/fedora/web/html/css/fedora.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fedora.css 21 Sep 2005 16:01:45 -0000 1.1 +++ fedora.css 18 Oct 2006 02:45:40 -0000 1.2 @@ -71,7 +71,7 @@ } h1, h2, h3, h4 { - font-family: luxi sans,sans-serif; + font-family: "Dejavu Sans",sans-serif; color: #990000; font-weight: bold; } Index: layout.css =================================================================== RCS file: /cvs/fedora/web/html/css/layout.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- layout.css 30 Mar 2005 17:47:22 -0000 1.1.1.1 +++ layout.css 18 Oct 2006 02:45:40 -0000 1.2 @@ -1,6 +1,6 @@ body { font-size: 0.9em; - font-family: bitstream vera sans,sans-serif; + font-family: "Dejavu Sans",sans-serif; margin: 0; padding: 0; /* (The background color is specified elsewhere, so do a global replacement if it ever changes) */