473,796 Members | 2,599 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
13 3155
In article <Xn************ *************** **@193.229.0.31 >, Jukka K.
Korpela wrote:
Ian Rastall <id*******@eart hlink.net> 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 #11
On Fri, 25 Jul 2003 20:35:50 +0000 (UTC), "Jukka K. Korpela"
<jk******@cs.tu t.fi> wrote:
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.


I've recently started using Georgia as my default browser font. It
perhaps looks just a little old-fashioned, but has the advantage of
being just about the same width as Arial, which makes for a bit more
consistency in appearance among pages with serif and sans-serif fonts.
(Times New Roman, which I used to use, is one of the narrowest fonts.)

I've just noticed something odd though. Some while ago I put together
some font samples to compare widths, and sorted them in order of width.
I did this in Microsoft Works. I've now copied the list to Word and
discovered that the relative widths of the fonts are different! For
example, Garamond is wider than Times New Roman in Works, but in Word
it's the other way around.

So I put together an HTML page with the same fonts and found that in
Opera they are different again. For example MS Mincho is wider than
Bookman Old Style in Opera, but narrower in Works and Word. So I tried
IE, and found the rendition is almost the same as Works - except for the
Trebuchet font, which is a lot narrower.

This seems mighty odd.

Yet another nail in the coffin of the "identical in all browsers"
brigade, anyway.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #12
On Sun, Jul 27, Ian Rastall inscribed on the eternal scroll:
On Sun, 27 Jul 2003 07:13:05 +0000 (UTC), "Jukka K. Korpela"
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.


But this is exactly the problem. Authors tell us that they select
Verdana precisely because they reckon it's more readable at smaller
font sizes; but the other side of the same coin is that it "looks too
large" at a given nominal font size. So, either they leave its size
unaltered (and complain that it looks too large), or they try to scale
it down (and risk unreadability on a browser which applies the
scaling-down but uses a different font).

But there's no solution to this in CSS, at least none that can be used
by authors in a WWW context. (If font-size-adjust had been defined
somewhat differently, and if that definition had actually been
implemented widely, then there might have been a chance.)

See earlier discussions, it's been turned over so many times before.
<h3>The <code>font-size</code> property</h3>

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>


But see the example already given! There can be good reasons for
using such markups within headings.

cheers

--
"This is not rocket surgery" - Stan Brown
Jul 20 '05 #13
On Sun, 27 Jul 2003 11:58:37 +0200, "Alan J. Flavell"
<fl*****@mail.c ern.ch> wrote:
Authors tell us that they select
Verdana precisely because they reckon it's more readable at smaller
font sizes; but the other side of the same coin is that it "looks too
large" at a given nominal font size. So, either they leave its size
unaltered (and complain that it looks too large), or they try to scale
it down (and risk unreadability on a browser which applies the
scaling-down but uses a different font).


I see what you're saying. Perhaps I don't notice these problems
because my screen is set to a rather low resolution. :-)

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

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

Similar topics

75
3766
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
2263
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
18478
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
10237
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...
1
10187
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10018
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...
0
9055
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7553
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
6795
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
5446
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
4120
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
3
2928
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.