Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion UI Font Concern - guides.rubyonrails.org

MIME-Version: 1.0
Received: by 10.100.125.14 with SMTP id x14mr22717anc.7.1238024908430; Wed, 25 
	Mar 2009 16:48:28 -0700 (PDT)
Date: Wed, 25 Mar 2009 16:48:28 -0700 (PDT)
X-IP: 99.139.135.55
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) 
	Gecko/2009021910 Firefox/3.0.7,gzip(gfe),gzip(gfe)
Message-ID: <b2c94a39-fb1e-4b7b-ac53-54bc3b277c28@u39g2000pru.googlegroups.com>
Subject: UI Font Concern - guides.rubyonrails.org
From: nedu <ned...@gmail.com>
To: "Ruby on Rails: Documentation" <rubyonrails-docs@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

the font Helvetica specified in main.css makes readers uncomfortable
to read rails guides in firefox/xp environment.

Can we use Rails standard fonts like font-family:georgia,"Lucida
Grande",arial,helvetica,sans-serif; (I had to override with stylish to
use verdana font. )

main.css
=======

body {
background:#222222 none repeat scroll 0 0;
color:#999999;
font-family:Helvetica,Arial,sans-serif;
font-size:87.5%;
line-height:1.5em;
text-align:center;