← Back to team overview

harvest-dev team mailing list archive

[Merge] lp:~dylanmccall/harvest/fixed-font into lp:harvest

 

Dylan McCall has proposed merging lp:~dylanmccall/harvest/fixed-font into lp:harvest.

Requested reviews:
  harvest-dev (harvest-dev)


Fixed the font so it looks consistent in 10.10 :)
-- 
https://code.launchpad.net/~dylanmccall/harvest/fixed-font/+merge/37617
Your team harvest-dev is requested to review the proposed merge of lp:~dylanmccall/harvest/fixed-font into lp:harvest.
=== modified file 'harvest/media/css/style.css'
--- harvest/media/css/style.css	2010-10-05 13:31:20 +0000
+++ harvest/media/css/style.css	2010-10-05 15:12:46 +0000
@@ -2,7 +2,7 @@
 	background-color:rgb(255,255,255);
 	color:rgb(51,51,51);
 	
-	font-family:'UbuntuBeta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
+	font-family:'Ubuntu', 'UbuntuBeta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
 	font-size:14px;
 	line-height:1.2em;
 }
@@ -82,7 +82,7 @@
 	text-transform:lowercase;
 	text-decoration:none;
 	color:rgb(0,0,0);
-	font-family:'Molengo', 'Ubuntu Beta', 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
+	font-family:'Molengo', 'Ubuntu', 'UbuntuBeta', 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
 }
 #header #sitetitle #sitelogo {
 	width:auto; /* line up with #sitename font-size */