SVN commit 1229342 by elenamramirez:
GUI: Changed font-family atribute to include Liberation Sans & Bitstream Vera
Sans
M +1 -1 css.php
--- trunk/www/sites/www-devel/media/includes/derry/css.php #1229341:1229342
@@ -24,7 +24,7 @@
/*Basic elements style*/
body { line-height: 1; font-size: 1.3em; text-align: center;
- font-family:Verdana,Arial, sans-serif;
+ font-family: "Liberation Sans","Bitstream Vera Sans", Verdana, Arial,
sans-serif;
background: #fff url('../../images/background.png') repeat left top;
color: #666666;}
ol, ul { list-style: none; }