![]() | |
#21
| ||||||||||||
| ||||||||||||
|
|
Stephen Poley wrote: The text is too small for comfortable reading for me, and Verdana is not a very good idea. See http://www.xs4all.nl/~sbpoley/webmatters/fontsize.html and http://www.xs4all.nl/~sbpoley/webmatters/verdana.html you don't mean this for real, don't you? |
|
The above two links do state a couple of facts that I would consider as very dangerous for the least: |
|
Verdana was designed for best screen legibility, and is one of the very rare things Microsoft introduced for the benefit of the web |
|
Claiming Verdana is a bad font choice because of it's size would neglect the fact that you can set font sizes with CSS. |
|
There is a reason why you should avoid serif typefaces for small sizes. The reason is that your screen has a very limited resolution compared to a sheet of paper. It's a big mistake to think that if serif fonts are good in print they must be good on the screen as well.. they are not. google a bit about this issue. |
|
If you are going to propagate serif fonts, |
|
then propagate Georgia, but forget Times (or as a windows user Times New Roman), they were not designed for screen readability, |
|
but are great typfaces for print purposes. In your quoted links are some other fundamental errors: There are no special fonts defined in a UA. Fonts are available on the users system but not on the UA itself. snip |
|
Another thing is your definition of 100% font sizes... you better use em or en for text-size |
|
(the equivalent width of the uppercase letter M or N as a referenceof the relevant font). |
|
1em is defined as the equivalent of 16px by the W3C. |
|
Something striking for those of you who always thought that px is an absolute length unit: according to the W3C it is a relative unit (like em), |
#22
| |||
| |||
|
|
I get the impression that your understanding of pixels is superficial, to put it mildly. In fact I get the impression that your understanding of the whole subject area is pretty superficial. |
#23
| |||||||||
| |||||||||
|
| Claiming Verdana is a bad font choice because of it's size would neglect the fact that you can set font sizes with CSS. If you think I've neglected that then you need to go back and reread the pages you are criticising. |
|
This is actually a side issue; however I have indeed spent quite a bit of time on this. I have come across quite a few *assertions* that sans-serif fonts are better on the screen, but I have yet to come across any *evidence* - i.e. results of carefully set up comparative tests. If you have found some, by all means give us the URL. (I suspect that these claims are based on a superficial and unfair comparison of a wide sans-serif font with a narrow serif font, but I'm happy to look at evidence to the contrary.) |
| If you are going to propagate serif fonts, I really wonder whether you've actually read my pages. Where do I "propagate serif fonts"? What I propagate is the ability of the reader to select whatever he/she finds pleasant to read. |
|
And yet Times New Roman is the default font in Internet Explorer and indeed most other browsers. So one can hardly ignore it when considering such matters as font sizes. And personally I find it a pleasant font to read on the screen; you may not. |
|
Oh really? Why? What do you suppose is the difference between 100% and 1em? |
|
(the equivalent width of the uppercase letter M or N as a referenceof the relevant font). Wrong. Normally I would let this pass. But in the context of a vituperative post such as yours, you really ought to get your facts right. |
|
1em is defined as the equivalent of 16px by the W3C. Utter nonsense. True they don't state it explicitly on their pages. But 16px are assumed |
|
Something striking for those of you who always thought that px is an absolute length unit: according to the W3C it is a relative unit (like em), I get the impression that your understanding of pixels is superficial, to put it mildly. |
|
of the whole subject area is pretty superficial. |
#24
| |||||
| |||||
|
|
Stephen Poley wrote: This is actually a side issue; however I have indeed spent quite a bit of time on this. I have come across quite a few *assertions* that sans-serif fonts are better on the screen, but I have yet to come across any *evidence* - i.e. results of carefully set up comparative tests. If you have found some, by all means give us the URL. (I suspect that these claims are based on a superficial and unfair comparison of a wide sans-serif font with a narrow serif font, but I'm happy to look at evidence to the contrary.) okay. you asked for it, so I am afraid you have to read it as well: http://psychology.wichita.edu/hci/pr...r%20Adults.pdf |
|
Oh really? Why? What do you suppose is the difference between 100% and 1em? No technical difference but a practical one: IE has an ems cascading bug AFAIK. |
|
Stephen Poley wrote: Bernhard Sturm wrote: Another thing is your definition of 100% font sizes... you better use em or en for text-size Oh really? Why? What do you suppose is the difference between 100% and 1em? And where in the CSS spec does it specify the en as a valid unit? No technical difference but a practical one: IE has an ems cascading bug AFAIK. |
|
(the equivalent width of the uppercase letter M or N as a referenceof the relevant font). Wrong. Normally I would let this pass. But in the context of a vituperative post such as yours, you really ought to get your facts right. so read this: http://webdesign.crissov.de/Typographie#Geviert. 1 em is the width of the uppercase letter M (quad, German: Geviert) |
|
Something striking for those of you who always thought that px is an absolute length unit: according to the W3C it is a relative unit (like em), I get the impression that your understanding of pixels is superficial, to put it mildly. I've only stated what the W3C says (you dont' have to believe it :-) (http://www.w3.org/TR/REC-CSS2/syndat...absrel-units): px are like ems relative. relative to the viewing device. Why is this a superficial notion? |
#25
| |||
| |||
|
|
Lol, it appears you pulled that page from a google search without reading it properly. If you had, you'd realise that it is a comparison of only four specific fonts and hence makes no statement to support the argument that "sans-serif fonts have better onscreen legibility than serif fonts". |
|
No technical difference but a practical one: IE has an ems cascading bug AFAIK. So, why had Stephen "better use em or en for text-size"? And /how/ can he use "en" for text size? |
|
so read this: http://webdesign.crissov.de/Typographie#Geviert. 1 em is the width of the uppercase letter M (quad, German: Geviert) translated However, a Geviert (in English, quad or em) sometimes becomes as simple as the width of the uppercase M, or like the em unit in CSS when specifying the height of a character. /translated>¨ outch.. your translation is not quite correct: 'einfach' in German is |
#26
| |||||
| |||||
|
|
Ben Measures wrote: Lol, it appears you pulled that page from a google search without reading it properly. If you had, you'd realise that it is a comparison of only four specific fonts and hence makes no statement to support the argument that "sans-serif fonts have better onscreen legibility than serif fonts". "As seen in Figure 5, both males and females greatly preferred as their first or second choice the 14-point sans serif fonts Verdana and Arial to the 14-point serif fonts, Georgia and Times. Thus, it appears that greatest preference differences among the typefaces at this size are not between the print and the computer-displayed fonts, but between the serif and sans serif fonts." (p 7) |
|
So, why had Stephen "better use em or en for text-size"? And /how/ can he use "en" for text size? That was a bit confusing, I admit, as 'ems' do just belong to the same unit family as 'en' or 'ex'... CSS allows you to use 'em' and 'ex' for your font-size. So this was confusing, but the core thing is correct: W3C suggests the use of 'em' over percentage. |
|
so read this: http://webdesign.crissov.de/Typographie#Geviert. 1 em is the width of the uppercase letter M (quad, German: Geviert) translated However, a Geviert (in English, quad or em) sometimes becomes as simple as the width of the uppercase M, or like the em unit in CSS when specifying the height of a character. /translated Another source: "The font height is in it self such a significant unit of length for a typesetter, that it has been used to define a universal unit of relative length by the name of one em, where the name may stem from the fact that the letter M in the Roman alphabet did in fact have a width that filled the full width of the square based on the height of the type in use." (http://css.nu/articles/typograph1-en.html) hmm maybe my understanding of this is not good enough, but I have read this in many typography books, and was taught by typographers about this, and I get a bit nervous if someone just comes, and tells, that this is plain wrong without telling me, what exactly is wrong. |
|
Telling me that I am superficial is okay, |
|
but as far as I can see, I was the only one providing some sources in order to prove my point. |
#27
| |||
| |||
|
|
Bernhard Sturm wrote: Another source: "The font height is in it self such a significant unit of length for a typesetter, that it has been used to define a universal unit of relative length by the name of one em, where the name may stem from the fact that the letter M in the Roman alphabet did in fact have a width that filled the full width of the square based on the height of the type in use." (http://css.nu/articles/typograph1-en.html) Okay, I'll spell out for you what's wrong: You consistently refer to the em as a _width_ of a character, when *all* of the references you've provided use it as a measurement for the relative _height_. |
|
Thus, saying "1 em is the width of the uppercase letter M" is plain wrong. |
|
Your references do not prove your point, frequently they prove the opposite. Take some effort to understand them before you try to use them in your arguments. Accept that they may not say what you want them to say and be prepared to change your opinions accordingly. |
#28
| |||
| |||
|
|
em is founded in the width of the character M |
#29
| |||
| |||
|
|
Bernhard Sturm wrote: em is founded in the width of the character M http://doubletype.sourceforge.net/?about%20em |
#30
| |||
| |||
|
|
If you use a windows OS then your system has most certainly installed: Arial, Verdana, Georgia, Times New Roman. |
![]() |
| Thread Tools | |
| Display Modes | |
| |