![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hypothesis: There are two, and only two, appropriate ways to do this in CSS. font-family: serif; font-family: sans-serif; Discuss. Systems (with font capability) may be expected to implement these rules correctly, with some locally-appropriate choice of default font. Without knowing names of local fonts, there's barely any more possible choice than this. There are a set of fonts that are "likely" to be found on a useful proportion of Windows systems. These are no improvement over the defaults and aren't worth selecting. Comic Sans is likely to be found and identifiable on a significant number of systems. The reasons not to use it are aesthetic, not technical. There is no other way to select a font, given the vagaries of the set locally installed. Fighting to choose Trebuchet over Verdana is of negligible aesthetic benefit, causes more trouble with sizing differences than it solves, and still ignores the non-Windows users. Century Schoolbook may well be a better choice than Times Roman for solid blocks of body text, but even that level of choice is rarely workable. Embedded fonts are problematic. So as the only practical decision available to the web designer is serifs or not, that's all they should attempt to choose. Leave the rest to the local system and its defaults. |
#3
| |||
| |||
|
|
Andy Dingley wrote: ____ [1] Though it has been estimated that within 10 years, over half of the world's population will speak English. (Obviously not as a first language in most of the cases!) |
#4
| |||
| |||
|
|
What about "monospace"? |
|
The naming of specific fonts in the "font-family" property won't work for all of the people, all of the time, but the same can be said of: |
#5
| |||
| |||
|
|
Hypothesis: There are two, and only two, appropriate ways to do this in CSS. font-family: serif; font-family: sans-serif; Discuss. |
|
Systems (with font capability) may be expected to implement these rules correctly, with some locally-appropriate choice of default font. Without knowing names of local fonts, there's barely any more possible choice than this. |
|
Comic Sans is likely to be found and identifiable on a significant number of systems. The reasons not to use it are aesthetic, not technical. |
#6
| |||
| |||
|
|
So about 93% of people will notice if you use "font-family: Verdana". I would class that as a "quite reasonable expectation of support". |
#7
| |||
| |||
|
|
According to Codestyle's survey, "Verdana" is installed on 94% of Windows systems, 92% of Mac systems and 53% of Unix systems. |
#8
| |||
| |||
|
|
That gives us yet more reason *not* to specify Verdana in an author stylesheet. I'm sure it's a perfectly fine choice for an individual to make in the privacy of their own browser, and at a size of their choosing |
#9
| |||
| |||
|
|
User setting: Verdana reduced in size by a factor Y. Author setting: Verdana reduced in size by a factor Y. Result: Verdana reduced in size by a factor 2xY = microfont. |
#10
| |||||
| |||||
|
|
I'm sure it's a perfectly fine choice for an individual to make in the privacy of their own browser, and at a size of their choosing User setting: Verdana reduced in size by a factor Y. |
|
Author setting: Verdana reduced in size by a factor Y. |
|
Result: Verdana reduced in size by a factor 2xY = microfont. |
|
Many find TNR and most other serif fonts not pleasant to read on screen @ the typical body text size. |
|
This I consider bad advice, a IE user cannot specify a minimum font size. |
![]() |
| Thread Tools | |
| Display Modes | |
| |