473,805 Members | 2,017 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
300 18495
Els wrote:
Blinky the Shark wrote:
Els wrote:
Blinky the Shark wrote: Ståle Sæbøe wrote: Can anyone honestly say they do not have the Verdana font installed? I do not have Verdana font installed. I don't think anyone has it installed on a Linux machine?
I'm not sure do you think that or not? :) I don't for about 80%, the other 20% is thinking that about 2.4% of
Linux users might like Verdana enough to install it ;-) At least it didn't come with the SuSE version I have here.

I don't know why it couldn't be installed; I've not seen a reason to.

Me neither - Bitstream Vera Sans is good enough for me :-) OT: Assuming the X-face is you - weren't you wearing a hat yesterday?


Not me.

--
Blinky Linux Registered User 297263
Who has implemented Usenet Solution #45933:
Now killing all posts originating at Google Groups

Jul 21 '05 #51
Els
Blinky the Shark wrote:
OT: Assuming the X-face is you - weren't you wearing a hat yesterday?


Not me.


<g>

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Status Quo - Roadhouse Medley (Roadhouse Mix)
Jul 21 '05 #52
Harlan Messinger wrote:
The problems with Verdana aren't a question of pure design, which is why
the graphic designers don't have the whole story. By way of exaggerating
the situation so as to illustrate the point: if a font were configured
so that, when "10pt" was specified, the letters were two centimeters
high (or, alternatively, one millimeter high), it would be a problem, no
matter how pleasing the font might be to the eye.


I have browsed the web since before graphic browsers. I have worked on
old and new lap tops and PCs, with huge monitors and tiny displays. I
have never experienced the phenomena you describe.

For those that do not know: 1pt = 1/72 inch. 10pt means 10px in a 72dpi
display and around 20px in a 144dpi display.
Jul 21 '05 #53
Els wrote:

Then you haven't looked at my site. 100% Verdana ;-)


No, I see 100% Arial. Which is ugly, IMO.

I sometimes consider uninstalling Arial because I'm sick of looking at
it on web pages.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 21 '05 #54
Spartanicus wrote:
Ståle Sæbøe <ot*****@tdz.no > wrote:

You do not need a test for this it is a valid logical argument. a is
smaller than b. Reduce the size of both a and b by an equal percentage.
a is still smaller than b.

But by a factor of 2.

Huh? a is 20% smaller than b. Both a and b is reduced 50%. a is still
20% smaller than b. Where does the factor of 2 come in?
There is no one who contests this here.

You seem to argue that it's ok to loose a percentage of visitors for the
sake of esthetics. The beauty of the web is that the next service or
shop is only a few clicks away. Anyone using a web site to generate
revenue who favours their aesthetic preference over turnover is a fool.

Your arguments are getting sloppy. The whole point of the compromise is
to please MOST of the visitors instead of catering to the minority. Redo
your logic.
Anyone using a website to provide information that is more or less
unique like governmental sites often has an obligation to make it
accessible to the widest possible audience.

I agree, and therefore such pages should be as readable as possible for
all potential visitors including options for printable pages. They
should be audio renderable as well as serve the information to deaf
people. A very nice exception to the rule.
Jul 21 '05 #55
Els
kchayka wrote:
Els wrote:

Then you haven't looked at my site. 100% Verdana ;-)


No, I see 100% Arial. Which is ugly, IMO.

I sometimes consider uninstalling Arial because I'm sick of looking at
it on web pages.


If you find Arial so ugly, why don't you install Verdana? Or set a
user stylesheet with the font you like?

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Status Quo - Spinning Wheel Blues
Jul 21 '05 #56
Els wrote:
Ståle Sæbøe wrote:
Els wrote:
Martin Bialasinski wrote:
It is OK to define Verdana as the font face, as the body font size is
set to 100%. And I have not seen a page doing this. They all scale
Verdana down.

Then you haven't looked at my site. 100% Verdana ;-)


Mine too! :)

But where is it?

Oh :)

I guess its not really a site yet :)
http://80.202.168.171/sandbox/
Jul 21 '05 #57
Els wrote:
Blinky the Shark wrote:

Els wrote:

Martin Bialasinski wrote:

It is OK to define Verdana as the font face, as the body font size is
set to 100%. And I have not seen a page doing this. They all scale
Verdana down.

Then you haven't looked at my site. 100% Verdana ;-)


Els, you forgot to set the background of the header to fixed :)
Jul 21 '05 #58
Stan Brown wrote:
"Ståle Sæbøe" wrote in comp.infosystem s.www.authoring.stylesheets:
I am a bit curious about this.

http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

I read that before I started this thread. That guy only has one
argument. It is incredible how he manages to fill 2 pages to explain it.
I repeated it in my original post.
Jul 21 '05 #59
Els
Ståle Sæbøe wrote:
Els, you forgot to set the background of the header to fixed :)


Wrong assumption ;-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Status Quo - The Anniversary Waltz - Part Two
Jul 21 '05 #60

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
3159
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
3770
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
3943
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
9596
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
10607
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...
0
10359
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
10364
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
10104
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
9182
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...
0
6875
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
5541
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
4317
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

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.