473,770 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Verdana font. Why not?

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
graphic designers more than programmers and rules lawyers when it comes
to pure design.

It seems to me that the only argument against using Verdana is that a
large number of browsers do not support it and therefore it causes their
pages to render with a very small font.

Can anyone honestly say they do not have the Verdana font installed?
Jul 21 '05 #1
300 18467
Once upon a time *Ståle Sæbøe* wrote:
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
graphic designers more than programmers and rules lawyers when it comes
to pure design.

It seems to me that the only argument against using Verdana is that a
large number of browsers do not support it and therefore it causes their
pages to render with a very small font.

Can anyone honestly say they do not have the Verdana font installed?


I'll guess most Windows systems have also Verdana, about other systems
(like Mac and Linux) I'm not sure. You should not use pixels (or
points) for font size, and leave to the user to see the font in
prefered (default) size. Under sutch circumstances I'll guess it's
possible to use Verdana, even if it's not a prefered font.

--
/Arne

Proud User of Mozilla Suite. Get your free copy here:
*English* http://www.mozilla.org/products/mozilla1.x/
*Svenska* http://www.mozilla.se/mozilla.shtml
Jul 21 '05 #2
Ståle Sæbøe <ot*****@tdz.no > wrote:
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.
What size are they suggesting it be used at? If Verdana at the browser
default size is the look they are after then go for it.

If they're suggesting that it be used at a smaller font size then they
are in fact agreeing with...
The HTML "hardcore elititst" profess that it is a useless font because
it is too big compared to other fonts.
Use Verdana, set a font-size that makes Verdana look right to you. Now
delete Verdana from your system (or just comment it out in your
stylesheet). Does the text still look right with your fallback font?
Personally I do not care one way or the other, but I generally trust
graphic designers more than programmers and rules lawyers when it comes
to pure design.
Ah but who do you trust on matters of accessibility and usability?
It seems to me that the only argument against using Verdana is that a
large number of browsers do not support it and therefore it causes their
pages to render with a very small font.
Not "a large number", just "a number".
Can anyone honestly say they do not have the Verdana font installed?


According to http://www.visibone.com/font/FontResults.html 98% of
users have Verdana installed.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 21 '05 #3
On Thu, 17 Mar 2005 10:02:34 +0100, Ståle Sæbøe <ot*****@tdz.no >
wrote:
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.
Verdana is a screen-optimized font while Arial is a print-optimized
font. So I think Verdana is a good choice.

Verdana, Helvetica ,sans-serif; would be my chioce for font-family.

[...] support it and therefore it causes theirpages to render with a very small font.

Use em or px
don't use pt

Curt
Jul 21 '05 #4
Steve Pugh <st***@pugh.net > wrote:
Use Verdana, set a font-size that makes Verdana look right to you. Now
delete Verdana from your system (or just comment it out in your
stylesheet). Does the text still look right with your fallback font?


For me that test isn't convincing if the font size is set at 86%.

Some other tests:

Using a browser that has an appropriately sized serif font specified as
the default font, create a page that uses a Verdana font, size it so
that it looks nice. Now configure Verdana as you preferred font in your
browser's preferences, set the default size so that it looks right with
a webpage that does not specify a font size. Now view the page where you
use the sized Verdana font.

Take the Verdana page from the previous example and view it on a
computer with a high resolution screen like the Dell Inspiron 9300
Laptops with the WUXGA option (resolution is approx 150PPI), using the
out of the box browser serif font setting.

Both tests result in nigh unreadable text. The last test is very useful
to convince designers and clients of the error of their ways, it doesn't
take much imagination to see that type of computer in the hands of the
higher echelons of the corporate world, the type of people that can make
or break the success of a web site.

--
Spartanicus
Jul 21 '05 #5
Steve Pugh wrote:
Ståle Sæbøe <ot*****@tdz.no > wrote:
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. What size are they suggesting it be used at? If Verdana at the browser
default size is the look they are after then go for it.

Varies wildly in relation to the overall design.
If they're suggesting that it be used at a smaller font size then they
are in fact agreeing with...
The HTML "hardcore elititst" profess that it is a useless font because
it is too big compared to other fonts. Not completely, the design of the font itself is said to promote
readability. This is actually a kind of science and has to do with the
actual shaping of the letters, text flow and how the eye captures it.
The Verdana is best for the screen, Times is best on paper (or so the
"experts" say).
Personally I do not care one way or the other, but I generally trust
graphic designers more than programmers and rules lawyers when it comes
to pure design. Ah but who do you trust on matters of accessibility and usability?

That is a matter of requirement specifications, but I do advocate a
general attitude towards making web pages accessible. In some cases it
comes down to compromise.
According to http://www.visibone.com/font/FontResults.html 98% of
users have Verdana installed.

Interresting statistics, thx! :)

I am still not convinced Verdana is a bad font.
Jul 21 '05 #6
Spartanicus <me@privacy.net > wrote:
Steve Pugh <st***@pugh.net > wrote:
Use Verdana, set a font-size that makes Verdana look right to you. Now
delete Verdana from your system (or just comment it out in your
stylesheet) . Does the text still look right with your fallback font?


For me that test isn't convincing if the font size is set at 86%.


86% is larger than most designers I've encountered would like with
Verdana. Typically they suggest sizes that work out as 55%-75%.

[snip good advice]

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 21 '05 #7
Curt Balluff <po**@curt-balluff.de> wrote:
Use em or px
don't use pt


px is every bit as bad as pt. Em has bugs in IE. % is the best choice.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 21 '05 #8
Spartanicus wrote:
For me that test isn't convincing if the font size is set at 86%. Why not 100%? Take the Verdana page from the previous example and view it on a
computer with a high resolution screen like the Dell Inspiron 9300
Laptops with the WUXGA option (resolution is approx 150PPI), using the
out of the box browser serif font setting.

I do not downsize the Verdana font for the main texts. It is perfectly
fine with 100%. I use 120 PPI myself and have no problem with 100% Verdana.
Jul 21 '05 #9
Ståle Sæbøe <ot*****@tdz.no > wrote:
Not completely, the design of the font itself is said to promote
readability.


Yes. Verdana was designed to be readable at small font sizes. Do you
see how this leads to a catch 22?

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 21 '05 #10

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

Similar topics

2
2259
by: Anand | last post by:
Hello, I'm using the following style and am having a problem that Arial get's rendered with fuzzy edges in the browser IE6: ..headline { font-family:Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; color:#007550; line-height:16px; } If I use the same style, but with Verdana, the script has sharp edges. ..headline { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:16px;
13
3152
by: Mary Ellen Curtin | last post by:
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.
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...
0
9617
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9453
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
10254
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10036
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
8929
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
7451
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
6710
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
5481
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2849
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.