473,772 Members | 2,349 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Font Issues

Hello,

I have been reading a lot about fonts and I got to the following
conclusions:
1.Use % do define font size
2. Avoid defining font in Body and P tags
3. Avoid using Verdana

I understand the reason of point 1.

Point 2 not sure why is that. Why?

Finally, I really like Verdana. Why should I avoid it using? Because
its size gets to small?
And is there a font similar to verdana that I can use?
Is just that I think Verdana is a really easy font to read and looks
good ... under normal conditions.

Thanks,
Miguel

Nov 18 '07
37 2271
Stan Brown wrote:
Do you know why 100% Verdana is bad?
100% Verdana isn't bad.

But as is said oft times in these groups, unknowing authors look at
their own browsers, think that 100% Verdana appears too large, and so
change their style sheets to something usually 'round 80%. Then everyone
without Verdana gets the fall-back normal-sized font in flyspeck size.

--
-bts
-Motorcycles defy gravity; cars just suck
Nov 20 '07 #11
On Mon, 19 Nov 2007, Stan Brown wrote:
>The real problem is that {font-family: Verdana} almost always comes
with {font-size: 80%}. This is especially stupid when the reader
has already chosen Verdana in a suitable size as his preferred
font.

That would apply to any font. It sounds like the argument is against
defining font-size:80%, not against Verdana.
Sure, the bad thing is {font-size: 80%}. But I wrote: /especially/ stupid.

I am a reader with a browser that allows me to specify a suitable
font size in pixels or points.

(A)
I have Times New Roman as preferred typeface and a suitable size.
Now comes a web page with {font: 80% Verdana}. This might look okay
since Verdana is so large compared with Times New Roman that it
compensates for 80%.

(B)
I have Verdana as preferred typeface and a suitable size. Now comes
a web page with {font: 80% Verdana}. "Verdana" has no effect because
my typeface is already Verdana. But the size is now reduced to 80%
of my preferred size.

--
Bugs in Internet Explorer 7
http://www.unics.uni-hannover.de/nhtcapri/ie7-bugs
Nov 20 '07 #12
On 2007/11/20 18:19 (GMT+0100) Andreas Prilop apparently typed:
(A)
I have Times New Roman as preferred typeface and a suitable size.
Now comes a web page with {font: 80% Verdana}. This might look okay
since Verdana is so large compared with Times New Roman that it
compensates for 80%.
(B)
I have Verdana as preferred typeface and a suitable size. Now comes
a web page with {font: 80% Verdana}. "Verdana" has no effect because
my typeface is already Verdana. But the size is now reduced to 80%
of my preferred size.
(C) Verdana is so fugly I've removed it from my system. As a result,
everything in a CSS fallback list (e.g. Lucida Grande, Arial, Helvetica) that
specifies it is of smaller apparent size than Verdana.

See also: http://mrmazda.no-ip.com/auth/Font/f...s-verd-v-times
--
" A patriot without religion . . . is as great a
paradox, as an honest man without the fear of God."
John Adams

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://mrmazda.no-ip.com/
Nov 21 '07 #13
Tue, 20 Nov 2007 13:29:53 GMT from Beauregard T. Shagnasty
<a.*********@ex ample.invalid>:
Stan Brown wrote:
Do you know why 100% Verdana is bad?

100% Verdana isn't bad.

But as is said oft times in these groups, unknowing authors look at
their own browsers, think that 100% Verdana appears too large, and so
change their style sheets to something usually 'round 80%. Then everyone
without Verdana gets the fall-back normal-sized font in flyspeck size.
So why does everyone here object to the thing that isn't a problem?

Maybe I'm handicapped by thinking logically, but if the problem in
"Verdana 80%" is the 80%, it seems a little silly to keep saying
"Don't use Verdana". "Don't use 80%" would seem to be a more
appropriate response, yet the veterans always seem to be on about
Verdana.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Nov 21 '07 #14
In article <MP************ ************@ne ws.individual.n et>,
Stan Brown <th************ @fastmail.fmwro te:
Tue, 20 Nov 2007 13:29:53 GMT from Beauregard T. Shagnasty
<a.*********@ex ample.invalid>:
Stan Brown wrote:
Do you know why 100% Verdana is bad?
100% Verdana isn't bad.

But as is said oft times in these groups, unknowing authors look at
their own browsers, think that 100% Verdana appears too large, and so
change their style sheets to something usually 'round 80%. Then everyone
without Verdana gets the fall-back normal-sized font in flyspeck size.

So why does everyone here object to the thing that isn't a problem?

Maybe I'm handicapped by thinking logically, but if the problem in
"Verdana 80%" is the 80%, it seems a little silly to keep saying
"Don't use Verdana". "Don't use 80%" would seem to be a more
appropriate response, yet the veterans always seem to be on about
Verdana.
The idea is that the two things are connected as cause and
effect. Without Verdana, one (so the story is) major motivation
for messing with either default or explicit body {font-size:
100%; } is removed. So the removal is something big in the minds
of those who are greatly pissed off by over small text. I like
Verdana but am pissed off by small text and I am prepared to
sacrifice not seeing this pleasant enough font for this. Does
that help?

--
dorayme
Nov 21 '07 #15
Stan Brown wrote:
Beauregard T. Shagnasty:
>Stan Brown wrote:
>>Do you know why 100% Verdana is bad?

100% Verdana isn't bad.

But as is said oft times in these groups, unknowing authors look at
their own browsers, think that 100% Verdana appears too large, and so
change their style sheets to something usually 'round 80%. Then everyone
without Verdana gets the fall-back normal-sized font in flyspeck size.

So why does everyone here object to the thing that isn't a problem?

Maybe I'm handicapped by thinking logically, but if the problem in
"Verdana 80%" is the 80%, it seems a little silly to keep saying
"Don't use Verdana". "Don't use 80%" would seem to be a more
appropriate response, yet the veterans always seem to be on about
Verdana.
Sure. "Don't use 80%" is a great rule. But the only reason people write
that rule is because they chose Verdana. If they picked a normal sized
font, they would not be tempted to reduce the *size* to 80%.

--
-bts
-Motorcycles defy gravity; cars just suck
Nov 21 '07 #16
Scripsit Beauregard T. Shagnasty:
Stan Brown wrote:
- -
>Maybe I'm handicapped by thinking logically, but if the problem in
"Verdana 80%" is the 80%, it seems a little silly to keep saying
"Don't use Verdana". "Don't use 80%" would seem to be a more
appropriate response, yet the veterans always seem to be on about
Verdana.

Sure. "Don't use 80%" is a great rule. But the only reason people
write that rule is because they chose Verdana. If they picked a
normal sized font, they would not be tempted to reduce the *size* to
80%.
Unfortunately, authors reduce font size for many reasons. Verdana is not
the only one. Even Arial looks rather big in 12pt size, and authors who
assume that 12pt is the default font size (as it often is) then reduce
the font size by some percentage or set it in points or pixels.

Verdana is bad because it does not fit into the "let the user decide the
size" model. When a user decides on the font size, by setting the font
size in his browser, or by not setting it (i.e., defaulting it to
initial settings), he typically does not do this using Verdana but, say,
Times New Roman. When Times New Roman is conveniently readable, Verdana
of the same font size is surely too big.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Nov 21 '07 #17
Wed, 21 Nov 2007 07:52:00 +0200 from Jukka K. Korpela
<jk******@cs.tu t.fi>:
Verdana is bad because it does not fit into the "let the user decide the
size" model. When a user decides on the font size, by setting the font
size in his browser, or by not setting it (i.e., defaulting it to
initial settings), he typically does not do this using Verdana but, say,
Times New Roman. When Times New Roman is conveniently readable, Verdana
of the same font size is surely too big.
Thank you! I can understand *that* reason -- if the user sets her own
font size for her own preferred non-Verdana font, and the author
specifies Verdana, it's going to look uncomfortably big to the user.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Nov 21 '07 #18
On 2007/11/21 07:52 (GMT+0200) Jukka K. Korpela apparently typed:
When Times New Roman is conveniently readable, Verdana
of the same font size is surely too big.
Bigger doesn't necessarily equate to "too big", or to "bad".
--
" A patriot without religion . . . is as great a
paradox, as an honest man without the fear of God."
John Adams

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://mrmazda.no-ip.com/
Nov 21 '07 #19
On 2007/11/21 07:48 (GMT-0500) Stan Brown apparently typed:
if the user sets her own
font size for her own preferred non-Verdana font, and the author
specifies Verdana, it's going to look uncomfortably big to the user.
Maybe yes, maybe no. I've been doing a lot of reading about font sizes the
past couple days, leading me to an even stronger opinion that web
developers/designers are a special class of people who like smaller sizes
than virtually everyone else on this planet. The larger group seems to have
no problem with "large" sizes. Most people I know who have stated an opinion
on the subject find average web page text too be too small. Those who don't
make that claim I watch leaning forward and squinting to see. Their body
language seems more honest.
--
" A patriot without religion . . . is as great a
paradox, as an honest man without the fear of God."
John Adams

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://mrmazda.no-ip.com/
Nov 21 '07 #20

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

Similar topics

133
6615
by: Philipp Lenssen | last post by:
Why is there no standardized and well-working way for a web-page to offer the font for download/embed it, in order to be displayed on the page? No matter what you think of the preferred font of a designer, many web-sites offer an image of the text instead to "force" this font -- which certainly can't be the solution (it's a bit of a hassle to maintain and create).
131
21690
by: Peter Foti | last post by:
Simple question... which is better to use for defining font sizes and why? px and em seem to be the leading candidates. I know what the general answer is going to be, but I'm hoping to ultimately get some good real world examples. Fire away! :) Regards, Peter Foti
4
16723
by: Csaba Gabor | last post by:
What I'd like to do is to be able to set the font of a textarea element to the same font that another element is using (say, for example, an <INPUT type=text ...> element, but if that's a no go, then a generic element's font will do OK, too. What's the correct way to do this, please (so that it will also work for IE 6)? The motivation for this is that I have some text on the screen and I want to insert a textarea element between the...
15
2652
by: chart43 | last post by:
> I work on Windows (unfortunately). But I regularly view my work in a Mac > (IE5.x and Safari). I do not notice the phenomenon that you describe. > But then, it hardly seems relevant. What's important is that 100% is > right for you on your setup, and right for someone else on their setup, > whatever there os is. > >> normal in my case results in too big on Windows. My code is all >> valid, so too are style sheets. > > I doubt you have...
3
7221
by: Barry Anderberg | last post by:
I'm using the .NET Memory Profiler by Sci Tech and I wrote a little test application to verify something odd I observed and it appears that System.Drawing.Font fails to dispose of its FontFamily. I run the following code: // BEGIN while( true ) { System.Drawing.Graphics dc=lblClock.CreateGraphics();
60
4787
by: deko | last post by:
As I understand it, most browser manufacturers have agreed on 16px for their default font size. So, this should be an accurate conversion for percentages: px % 16 = 100 14 = 87.5 13 = 81.25
40
2979
by: Paul Davis | last post by:
Hi all, I'm building some style sheets and trying to play the old game of balancing designer pixel perfection and still allowing users to adjust their font sizes. The compromise I've made with the designer is that he'll accept allowing users to change font sizes it it "looks right" with the default setting. I'm using em to set the font size. So, anyway, here's the problem. At 0.96em we get the perfect font size. But, if the font is...
53
5269
by: Jonas Smithson | last post by:
In his book "CSS: The Definitive Guide" 2nd edition (pgs. 116-117), Eric Meyer has an interesting discussion about "font-size-adjust" that was evidently dropped in CSS 2.1 due to browser non-support. I'm wondering if there's some way I could still get a primitive version of this functionality, because different fonts display at very different optical sizes for the same nominal sizes. For example, suppose I want type to display in...
1
1524
by: CMiner | last post by:
What I am trying to do is this: Let a user browse for font files that are not installed, select one, and show a sample of the font in a text box (That way the user can change the size, style, and text of the sample) I don't want to copy the font files to the Windows\Fonts\ folder. Tried that, causes a lot of issues with deleting the font file when the preview is done, even after disposing the text box, removing the font resources, and/or...
0
1393
by: Linda Liu[MSFT] | last post by:
Hi Al, Based on my understanding, you have an application which prints something to printers. The problem is that the font of "OCR A Extended" cannot be printed properly on some of printers. If I'm off base, please feel free to let me know. I performed a test printing the font of "OCR A Extended" to a printer in my office but didn't reproduce the problem on my side. The font was printed properly in my test. The model of the printer I...
0
9621
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
10264
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
10106
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
9914
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
7461
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
6716
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
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3610
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2851
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.