|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
|
|
 |
 |
Re: What do you think of resizing 1em to 10px? |
 |
|
 |
|
|
|
  06-06-04 - 03:43 AM
|
Quoth the raven Michael Kalina:
> Because when I asked for comments on my site-design (Remember? My site,
> your opinion!) some of you told me never to change anything on font-sizes!
..which was a Good Idea™.
> What do you guys think of that: http://www.clagnut.com/blog/348/
From your CSS:
/* Clagnut.com typefaces - Lucida family */
/* This reduces default size from 16px to 13px.
All font-sizes after here are in ems and made to whole pixel sizes.
*/
BODY {font-size:81.25%;} <<<------ Bad Idea™.
/* page heading, main body text and side-col subheadings */
BODY, H1, P, BLOCKQUOTE, LI, TD, #footer, UL#bookmarks H2, #features
H2, .blogsupl H2, FORM H2, BODY#photo H2, #notes H2 {
font-family: "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera
Serif", serif;
}
End quote. My machine seems to perhaps use Georgia (as I don't have
any of those other ones). Georgia is a fairly nice serif font, but at
81.25% it is looking like a bad (worse?) Times New Roman. I can't read it.
Rethink the body font-size, and change it to 100%. I had to resize
your page to about 140% in order to read it, and my eyes are pretty good.
You should also consider using only fonts that the majority of your
visitors will have. This is quite limited.
> I hope that's going to be a good discussion!
Undoubtedly.
Your page does scale correctly when resized or browser window size
changed. Kudos for that.
--
-bts
-This space intentionally left blank.
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
 |
Re: What do you think of resizing 1em to 10px? |
 |
|
 |
|
|
|
 |
| All times are GMT. The time now is 04:08 AM. |
 |
|
|
|
|
|  |
|