3 replies [Last post]
Chris..S
Chris..S's picture
Offline
Moderator
Last seen: 10 years 36 weeks ago
Timezone: GMT+1
Joined: 2005-02-22
Posts: 6078
Points: 173

I notice the fixed font has changed recently. I guess from courier to "Courier New"?

Possibly, this is entirely connected with me finally updating to FF1.5 Smile

If it isn't ...

The new font is considerably larger than the old font, is it possible to get a font-size reduction added into the CSS, perhaps in the region of 85-90%?

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 13 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

fixed font changes (code & quote)

Quote:
The new font is considerably larger than the old font, is it possible to get a font-size reduction added into the CSS, perhaps in the region of 85-90%?

Finally, I can actually see the code without hitting ctl-+. Smile

We're not all young whippersnappers with good near vision. Apply good accessibility practices, using the visitor's default font size.

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.

Tyssen
Tyssen's picture
Offline
Moderator
Brisbane
Last seen: 8 years 33 weeks ago
Brisbane
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8201
Points: 1386

fixed font changes (code & quote)

Is it just me then who thinks they're smaller now? :?

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 13 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

fixed font changes (code & quote)

Maybe it's just a cleaner font-face. But, what do I know?

 .code, .quote {
	font-family: Courier, 'Courier New', sans-serif;  
	background-color: #FFF; 
	border:solid #D1D7DC 1px; 
	padding:5px;  
	line-height: 125%;
	/*margin-left:160px;*/
}

I do think the courier is more readable than courier new. The base font-size is 76%, which would be better were it 84%, which would be roughly 10pt rather than 9pt. Typewriters were either 12pt pica or 10pt elite for a reason—you could read them.

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.