473,785 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Verdana and Georgia's families

I love Verdana and Georgia, because I can read them. I've read back
postings here on why the usual

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif

spec is less than ideal, because (as I understand it) e.g. "a" in 12pt
Verdana is actually a different real size than it is in 12-pt Arial.
That,
of course, is one reason I find Verdana especially legible and lovable.

So, if I want to spec Verdana & Georgia, what *do* I suggest as
alternates if not the usual suspects?

Mary Ellen
Doctor Science But Not Fonts, MA
Jul 20 '05 #1
13 3153
Mary Ellen Curtin wrote:
I love Verdana and Georgia, because I can read them. I've read back
postings here on why the usual

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif

spec is less than ideal, because (as I understand it) e.g. "a" in 12pt
Verdana is actually a different real size than it is in 12-pt Arial.
That,
of course, is one reason I find Verdana especially legible and lovable.

So, if I want to spec Verdana & Georgia, what *do* I suggest as
alternates if not the usual suspects?


Since your decision to use Verdana is based on its size, then Arial and
sans-serif are perfectly adequate as alternates.

The problem with Verdana is when it is used at a below default size - then
when the alternates need to be used, they are too tiny to be read
comfortably. The one workaround for that is to leave the default size as is
- and I get the feeling that's what you want judging by the first line of
your post.
--
Iso.
FAQs: http://html-faq.com http://alt-html.org http://allmyfaqs.com/
Recommended Hosting: http://www.affordablehost.com/
Web Standards: http://www.webstandards.org/
Jul 20 '05 #2
Isofarro <sp*******@spam detector.co.uk> wrote:
Since your decision to use Verdana is based on its size, then Arial
and sans-serif are perfectly adequate as alternates.
Well, _if_ Verdana is mentioned in an author style sheet, then
something like Arial, sans-serif should be listed after it.
The problem with Verdana is when it is used at a below default size


I'd say it's one of the problems. If an author does not set font size
at all (usually the best approach in general), then a user who has
Times New Roman as default font (the common default) has presumably
chosen the font size so that Times New Roman is well readable. And this
means that when the font is actually Verdana, it looks too big. This is
usually not very serious, unless the user gets too confused. But
neither is it very productive. Fixing this by font-size settings could
be worse than the disease - the browser might well ignore font-family
but apply font-size, resulting in too small font.

Regarding Georgia, I'd suggest

font-family: Georgia, "Bookman Old Style", "Book Antiqua",
"New Century Schoolbook", "Times New Roman", serif;

but you might find some other combination better - judging similarity
of fonts is partly quite subjective.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Jul 20 '05 #3
"Mary Ellen Curtin" <me******@NOalu mni.SPAMprincet on.HEREedu> wrote:
A lot of the more "artistic"
webpage designers seem to me to pick very small fonts and on dark ^^^^^^^^^^^^^^^ ^^ backgrounds, as though small font=elegance


They call 'em snowboarders.

--
Meanwhile at the Google Ranch ...
"I can't read this bloody site; it's all Falsh and JavaScrap."
"Forget it and move on! Still 2*718*281*828 pages to crawl."
Jul 20 '05 #4
In article <mj************ ********@news.n etcarrier.net>,
"Mary Ellen Curtin" <me******@NOalu mni.SPAMprincet on.HEREedu> wrote:
Now I wonder -- will setting the body font as Verdana make my pages look
dorky? (that's a technical design term*g*)
Maybe my taste is in my way, but i feel that Verdana gets less used more
and more. I don't see as many pages with it anymore as 2 years ago.
A lot of the more "artistic"
webpage designers seem to me to pick very small fonts and on dark
backgrounds, as though small font=elegance -- whereas I just find it
painful.


Those are not designers. Those are self-proclaimed artists. Designers
create things for use by people. Artists create things for art.

--
Kris
kr*******@xs4al l.netherlands (nl)
"We called him Tortoise because he taught us" said the Mock Turtle.
Jul 20 '05 #5
"Mary Ellen Curtin" <me******@NOalu mni.SPAMprincet on.HEREedu> wrote:
I normally don't spec a "body" font size,
OK.
and I use H1, H2, etc.
when I need font size to be "bigger than usual".
Do you really mean that? Those elements should be used for headings.
Usually we want to make headings big in visual appearance, but you
should not use H1, H2, etc. just for font size. For example, a summary
paragraph would often be best shown in larger font size, but it should
not be marked up as a heading but as a P element (using, say,
<p class="summary" >...</p> and the selector p.summary in a CSS rule for
setting the size).
For "smaller than
usual" (e.g. in the copyright notice) I tend to use e.g. ".8em".
Fine.
Now I wonder -- will setting the body font as Verdana make my pages
look dorky?
Setting by whom? If the user has selected Verdana as the browser's
default font, then he should select the browser's default font size
accordingly. There's no point in our second-guessing e.g. some font
size reduction in an author style sheet - that way we would harm all
those users who _have_ done their part of the job.

But if the author sets font to Verdana in an author style sheet, then
the page will look dorky for all those people who have almost any other
font as default font and who have selected the default font size so
that it is suitable for _that_ font.
A lot of the more
"artistic" webpage designers seem to me to pick very small fonts
and on dark backgrounds, as though small font=elegance


That's all wrong, but it has a simple explanation, I think. When copy
text appears in a far larger font than necessary, most people think it
looks bad, primitive, dorky, whatever. Many designers are rather young
people with good eyesight and high-quality monitors, so they can read
fairly small print fluently, and consequently typical browser defaults
look far too big to them.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Jul 20 '05 #6
Yucca wrote:

For example, a summary
paragraph would often be best shown in larger font size, but it should
not be marked up as a heading but as a P element (using, say,
<p class="summary" >...</p> and the selector p.summary in a CSS rule for setting the size).


I guess I think of a summary paragraph as part of the outline, as
a "higher level" than the text proper. So:

<h1>title of scientific paper
<h2>methods section
<h3>summary of method
<p>actual description of method

Is this illogical/against spec/eeeevil&wrong?

Mary Ellen
Doctor Science, MA
Jul 20 '05 #7
Ian Rastall <id*******@eart hlink.net> wrote:
I set my fonts according to percentage.
Pardon? (As usual, a URL would clarify.)
- - when the sans-serif defaults to
Arial, the font will be the same size that fonts normally are on
their machine.
You're missing the key point: font size is a technical concept, and
fonts of exactly the same size _look_ differently sized. And Verdana,
compared with almost anything else, is an extreme example of this.
I mean, the same thing can be said about the monospace fonts, which
are enjoying a vogue now.
They are? I suppose we'll soon see body { text-transform: uppercase; }
then. Primitiveness is fashionable at times.

Different monospace fonts have very different properties. Courier New
looks considerably bigger than Courier, and Lucida Console even bigger.
As long as a monospace <p> is set to 100%,
Why? Setting font-size: 100% is usually quite redundant.
or, say, an <h3> monospace set to
120%, what does it matter if it renders bigger on the screen than,
say, "times new roman"?
It looks worse. But why on &Planet; would you set 3rd level headings to
monospace? The real question is what to do when there is monospace text
_inside normal text_, as in

<h3>The <code>font-size</code> property</h3>
<p>You should set <code>font-size</code> only if you
understand well how sizes work in CSS. - -</p>

I just realized that although my

pre, code, samp, kbd, tt
{ font-family : Courier, monospace; }

mostly helps against <code> elements looking too big, it does not work
very well in headings, since browsers seem to have problems in
rendering Courier in large size. (At least IE/Win seems to apply some
algorithm that results in a matrix-printer like presentation.) So I
added the following:

h1 code, h2 code, h3 code, h4 code
{ font-family: "Courier New", Courier, monospace; }
I really am asking, in case I'm missing something here. I use
Georgia on my two main sites, and I've never heard anyone
complaining about the readability, or the usability, whether they
were seeing georgia or generic serif, or what have you.


As a rule, Web surfers don't complain to authors; they just go away if
they are not satisfied.

But in this case, there's nothing to be complained if you have just set
font-family: Georgia globally. Either the user sees the page in
Georgia, which is probably fine, or he sees it in his browser's default
font (which might be a sans-serif font or a serif font, probably the
latter), which is probably fine too - perhaps not optimal, but the user
won't know, unless he's so accustomed to visiting pages that _do_ set
the font that he gets disappointed when he sees what must be classified
as his very own choice: the browser's default font, as set by the user
either by doing nothing (i.e., accepting factory settings) or by
explicitly setting the default font.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Jul 20 '05 #8
In article <Xn************ *************** **@193.229.0.31 >, Jukka K.
Korpela wrote:
As long as a monospace <p> is set to 100%,
Why? Setting font-size: 100% is usually quite redundant.


And maybe even harmfull. Monospace is only case where bitmap fonts are
still in use. In Opera for example you can set monospace for certain
size, but when saying 100%, it will try use the size of parent element.
Usually this only results strange line-height, but also extreamily funny
text if difference is so big it decides to scale.

Courier is one of these bitmap fonts, I see you say that IE don't handle
it well.
or, say, an <h3> monospace set to
120%, what does it matter if it renders bigger on the screen than,
say, "times new roman"?
Remember that monospace fonts are very wide generally. And headings are
pretty big anyway. So you get wrapping heading pretty easily (same
applies to Verdana, which is also wide). And since they are so tall,
wrapping headings take lots of space. I think that in DTP they try to
avoid wrapping headings when they can.

The bigger problem is that the normal monospace fonts are ugly (IMHO).
And when someone¹ uses something that looks like Arial, but is only
available at 13px*6px, it certainly don't look good on headers, neither
in size intended, nor scaled bigger.
I really am asking, in case I'm missing something here. I use
Georgia on my two main sites


Georgia is good choise. Especially _whitout_ generic serif fallback.
As a rule, Web surfers don't complain to authors; they just go away if
they are not satisfied.


Yes. And there is good reasons behind this: most times complainments are
ignored, or answered something like "we don't support Opera (Mozilla,
IE5, ...)" or "No one has complained before, so we think it's OK"

Exeptions are usual, but the problem is, that in sites who respond to
complaints of user, aren't usually broken -> so people never learn that
complaining helps.

[1] me, for example, until I found out that somepeople use it for strange
things. Now I use this font and size with !important on every normally
monospace thing (unless I use Arial), and I think I set Courier New as
generic.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #9
On Sun, 27 Jul 2003 07:13:05 +0000 (UTC), "Jukka K. Korpela"
<jk******@cs.tu t.fi> wrote:
Ian Rastall <id*******@eart hlink.net> wrote:
I set my fonts according to percentage.
Pardon? (As usual, a URL would clarify.)


I'm not sure what you mean. I'm just saying that instead of ...

h4 {font-family: georgia, "times new roman", serif; font-size: 14pt;}

I would set it to (what I guess is) roughly the same:

h4 {font-family: georgia, "times new roman", serif; font-size: 110%;}

If you like, Bookstacks is done with fonts in percentage:

http://www.bookstacks.org/

The <h1>, for instance, is set to 200%. There is nothing set for the
<p>.
- - when the sans-serif defaults to
Arial, the font will be the same size that fonts normally are on
their machine.


You're missing the key point: font size is a technical concept, and
fonts of exactly the same size _look_ differently sized. And Verdana,
compared with almost anything else, is an extreme example of this.


I had often wondered this. But I guess that's what I'm saying. As long
as you're not setting font slightly smaller to accomodate Verdana,
than the user shouldn't be freaked out no matter which font she ends
up with.
I mean, the same thing can be said about the monospace fonts, which
are enjoying a vogue now.


They are? I suppose we'll soon see body { text-transform: uppercase; }
then. Primitiveness is fashionable at times.


Yes. It's an attempt at a "retro" look. It does look quite nice, to my
eyes.
As long as a monospace <p> is set to 100%,


Why? Setting font-size: 100% is usually quite redundant.


Yes it is. Don't know why I used to do it. Perhaps I was
superstitious. I've lost the habit these days.
why on &Planet; would you set 3rd level headings to
monospace?
I've seen it used that way, and it usually looks quite nice. Simply a
matter of personal opinion, although I think getting creative with our
<h1>s, rather than resorting to images to add the stylistic touch, is
a step in the right direction.
The real question is what to do when there is monospace text
_inside normal text_, as in

<h3>The <code>font-size</code> property</h3>
<p>You should set <code>font-size</code> only if you
understand well how sizes work in CSS. - -</p>
I would do the same thing.

code {font-family: courier, monospace;}

I wouldn't bother setting that for headers, because I would never
write:

<h1><code>Thi s Is My Site</code></h1>
As a rule, Web surfers don't complain to authors; they just go away if
they are not satisfied.
Agreed. But my hits are going up, not down, so I take that as a good
sign.
But in this case, there's nothing to be complained if you have just set
font-family: Georgia globally. Either the user sees the page in
Georgia, which is probably fine, or he sees it in his browser's default
font (which might be a sans-serif font or a serif font, probably the
latter), which is probably fine too - perhaps not optimal, but the user
won't know, unless he's so accustomed to visiting pages that _do_ set
the font that he gets disappointed when he sees what must be classified
as his very own choice: the browser's default font, as set by the user
either by doing nothing (i.e., accepting factory settings) or by
explicitly setting the default font.


I usually set:

body {font-family: georgia, "times new roman", serif;}

The default serif might not be Times New Roman, so that seems to make
sense to me (whether or not it should.)

Ian
--
http://www.aspipes.org/
http://www.bookstacks.org/
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

75
3763
by: Karl Smith | last post by:
Anyone who has read c.i.w.a.* for more than a few weeks knows that one of the pet hates of the CIWAHians is Verdana (it's a typeface, BTW). Future archeologists stumbling across these messages out of context could be forgiven for thinking "Verdana" must be some kind of dangerous animal. We must get rid of it, before it gets us! Oddly, they can never seem to articulate *why* they dislike Verdana, other than some vague assertion that it...
8
2262
by: kchayka | last post by:
<URL:http://www.w3.org/QA/Tips/font-size> In the "recommneded practices", I don't agree with their second bullet point, but the last 2 bullets sound like really bad advice, at least in a WWW context. How can they, in good conscience, advocate using font-size-adjust when it is virtually unsupported, besides probably being dropped from the next spec update? If they just made some disclaimers about browser support or font availability on...
7
3942
by: Randall Parker | last post by:
Using IE 6.x (whatever is the latest) on Windows 2000. For these two CSS definitions if I remove the 2 lines that have the "mso-" font family definitions (mso-fareast-font-family, and mso-bidi-font-family) then the "SmallerText" assigned as a class to a div tag produces larger text than the "SmallerText2". So x-small is treated as a bigger font size than plain old small. How the heck is one supposed to know all the MS stuff one needs...
300
18473
by: Ståle Sæbøe | last post by:
I am a bit curious about this. The graphic design people I work with say it is their preferred font for web pages. The reason being that it is "kinder" to the eye both in terms of shape and size. The HTML "hardcore elititst" profess that it is a useless font because it is too big compared to other fonts. Personally I do not care one way or the other, but I generally trust
0
1181
by: MLM450 | last post by:
I am getting a list of available fonts using FontFamily.Families. However, it seems to give me an incomplete list. When I compare its results to what I see in FontDialog, there are missing items (ex. "@Arial Unicode MS"). Where do I find fonts that are not listed in Families?
0
1097
by: MC | last post by:
Because of several upcoming projects, I would like to be in touch with some independent C# developers located near Athens, Georgia, and/or Newport News, Virginia. I do not have specific work to assign right at this moment. The projects do not involve the Web or databases; what is needed is good skill with algorithms and data structures. If this describes you, please drop me a line: mc at uga dot edu .. Experienced C#...
0
9484
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9957
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7505
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6742
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5386
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2887
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.