Hello everyone,
Just an observation here: the CSS newsgroup
(comp.infosyste ms.www.authoring.stylesheets) is totally dead. Why?...
Anyway here's my discussion point: What is the most versatile value to use
to set font-size? I set my font size in percentages. I set the main font
size in the body tag (which everything will inherit), then adjust other
sizes in relation to that (for headers, fine print, etc).
I run a site for a small non-profit. A couple of people from the
organization have commented to me that they think the font size is too big
(I set it to 95%) when viewed at 1024x768 resolution. They want me to reduce
it. The problem is that the fonts look small when viewed at 1280x1024. If I
reduce it any further, the fonts will be really tiny and difficult to read
as the resolutions increase.
So, what to do? What is the best way to scale the fonts so that they look
the right size at all resolutions? Should I use points? Pixels? EM's?
Points and pixels would be a fixed value but the downside is that the user
could not adjust the font size within the browser. EM's would work, but they
basically work like percentages - I would get the same complaints about the
font size.
So....what would *you* do? I was contemplating using points as the base
value in my body tag (say, 12 point), then using ems to adjust other font
sizes relative to that (like fineprint, h1/h1/h3, etc.)
Thanks in advance for any advice.
--
Viken K.
Just an observation here: the CSS newsgroup
(comp.infosyste ms.www.authoring.stylesheets) is totally dead. Why?...
Anyway here's my discussion point: What is the most versatile value to use
to set font-size? I set my font size in percentages. I set the main font
size in the body tag (which everything will inherit), then adjust other
sizes in relation to that (for headers, fine print, etc).
I run a site for a small non-profit. A couple of people from the
organization have commented to me that they think the font size is too big
(I set it to 95%) when viewed at 1024x768 resolution. They want me to reduce
it. The problem is that the fonts look small when viewed at 1280x1024. If I
reduce it any further, the fonts will be really tiny and difficult to read
as the resolutions increase.
So, what to do? What is the best way to scale the fonts so that they look
the right size at all resolutions? Should I use points? Pixels? EM's?
Points and pixels would be a fixed value but the downside is that the user
could not adjust the font size within the browser. EM's would work, but they
basically work like percentages - I would get the same complaints about the
font size.
So....what would *you* do? I was contemplating using points as the base
value in my body tag (say, 12 point), then using ems to adjust other font
sizes relative to that (like fineprint, h1/h1/h3, etc.)
Thanks in advance for any advice.
--
Viken K.
Comment