typical default font sizes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Darin McGrew

    #16
    Re: typical default font sizes

    On Tue, 4 Nov 2003, Bob Osola wrote:[color=blue][color=green][color=darkred]
    >>> http://www.thenoodleincident.com/tut...phy/index.html[/color][/color][/color]

    "Alan J. Flavell" <flavell@ph.gla .ac.uk> wrote in message[color=blue][color=green]
    >> Aaargh, microfonts (on my MSIE). [1][/color][/color]

    Peter Foti <peterf@systoli cnetworks.com> wrote:[color=blue]
    > Alan, what do you mean "microfonts "?[/color]

    That page's CSS uses

    font-size : 76%;

    for the BODY element, and then uses

    font-size : 80%;

    for P, OL, UL, LI, and other elements, for a net font size that's only 61%
    of the user's normal font size.

    And of course, LI elements appear inside OL or UL elements, so they're
    rendered with a font that is 49% of the user's normal font size.

    Unless the user has done something to thwart such foolishness, of course.
    --
    Darin McGrew, mcgrew@stanford alumni.org, http://www.rahul.net/mcgrew/
    Web Design Group, darin@htmlhelp. com, http://www.HTMLHelp.com/

    "42.7 percent of all statistics are made up on the spot." - Steven Wright

    Comment

    • kchayka

      #17
      Re: typical default font sizes

      Haines Brown wrote:[color=blue]
      >
      > It was my assumption that when
      > you increase monitor resolution, windows get smaller, and with them
      > the size of text they contain. It would be possible, then, to incease
      > resolution to the point that the text becomes too small to read. Where
      > do I err here?[/color]

      I don't think you've erred, you just didn't carry this far enough.
      While it is true that text gets increasingly smaller, there are
      different ways to compensate for higher resolutions and keep text
      comfortably readable.

      One is to change the monitor's dpi setting, which should be independent
      of screen size. For example, using Windows "large fonts" will globally
      increase text size without changing screen size.

      Another method is to just increase the text size within individual
      applications. Many apps have some form of text zoom that works well on
      individual documents. Browsers simply have the added option of
      permenantly changing the default zoom factor, by way of setting a
      default font size. As resolution goes up, so should the default font size.

      There may be other ways to compensate, too, but the bottom line is that
      text size will be adjusted as the user sees fit.

      --
      To email a reply, remove (dash)un(dash). Mail sent to the un
      address is considered spam and automatically deleted.

      Comment

      • Christoph Paeper

        #18
        Re: typical default font sizes

        *Bob Osola* <bobosola@junk. invalid>:[color=blue]
        > "Alan J. Flavell" <flavell@ph.gla .ac.uk> wrote in
        > news:Pine.LNX.4 .53.03110421320 70.17187@ppepc5 6.ph.gla.ac.uk:
        >[color=green][color=darkred]
        >>> "Can you make the text smaller?"[/color]
        >>
        >> And the answer is "yes, in your browser".[/color]
        >
        > Fair point. But not one that my very non-tech customers want to have to
        > bother with.[/color]

        Must be the same kind of people that doesn't adjust the rear mirrors in
        their cars.

        --
        "Real stupidity beats artificial intelligence every time."
        Terry Pratchett

        Comment

        • Alan J. Flavell

          #19
          Re: typical default font sizes

          On Tue, 4 Nov 2003, Peter Foti wrote:
          [color=blue]
          > I'm curious... if I set a font size to Verdana at 84%,[/color]

          .... then it means you haven't been following this group for long.

          The problem with authors specifying Verdana has been discussed
          perennially, on this group and elsewhere. In the office ISTR that I
          have a bookmark to a page that discusses the issue, with screenshots.
          For some reason I can't locate it with Google so it'll have to wait
          till tomorrow. But the bottom line was that authors should better not
          specify Verdana in their stylesheet, no matter how much they might
          like it themselves.

          Be assured that those who care enough to want it, will overrule you
          and set Verdana at an _appropriate size_ (i.e appropriate for
          themselves) in a user stylesheet. Those who don't, won't mind.

          Comment

          • Christoph Paeper

            #20
            Re: typical default font sizes

            *Peter Foti* <peterf@systoli cnetworks.com>:[color=blue]
            >
            > It's too bad that CSS doesn't have a method for specifying the
            > font and size together.[/color]

            Well, CSS has 'font-size-adjust' for this, which sadly only works in Win32
            Mozillae and is thus not in CSS 2.1.

            --
            A magician pulls rabbits out of hats.
            An experimental psychologist pulls habits out of rats.

            Comment

            • Christoph Paeper

              #21
              Re: typical default font sizes

              *Bob Osola* <bobosola@junk. invalid>:[color=blue]
              >
              > I can't see that too small a font is any more troubling in any meaningful
              > way than an over-large one. Both can make customers equally unhappy.[/color]

              There are people who can't read texts in small font-sizes. There are however
              *much* less people who have reading problems with large fonts.
              [color=blue]
              > For myself - on the rare occasions that I use IE - I recoil from
              > its default large fonts as one would from bright car headlamps.[/color]

              Ever considered to adjust them?
              [color=blue]
              > My customers seem to react likewise, judging by how quickly they email or
              > phone me up to complain about my occasional attempts at writing non-font-
              > size-fiddled pages for an IE audience.[/color]

              Tell them that it's a legal requirement. Although that is not true except in
              very few countries maybe, it is helpful.
              [color=blue]
              > I was looking for solid technical reasons why the Briggs technique might
              > be wrong or invalid in some way. Looks like it's just a personal opinion
              > type of issue after all.[/color]

              It's an accessibility type of issue.
              On the Noodle Incident page I hit '+' by reflex three times to increase the
              zoom to 130%. I could have read it otherwise, too, but not conveniently.
              That should of course not be taken as an excuse for decreasing font-size,
              like "Advanced users know how to increase the size, so it's okay to lower it
              for unadvanced ones."

              --
              Useless Fact #4:
              Coca Cola was originally green.

              Comment

              • Haines Brown

                #22
                Re: typical default font sizes

                kchayka <kcha-un-yka@sihope.com> writes:
                [color=blue]
                > Haines Brown wrote:[color=green]
                > >
                > > It was my assumption that when you increase monitor resolution,
                > > windows get smaller, and with them the size of text they
                > > contain. It would be possible, then, to incease resolution to the
                > > point that the text becomes too small to read. Where do I err
                > > here?[/color]
                >
                > I don't think you've erred, you just didn't carry this far enough.
                > While it is true that text gets increasingly smaller, there are
                > different ways to compensate for higher resolutions and keep text
                > comfortably readable.[/color]

                The discussion often comes back the same thing. While the goal in
                principle is to have the user define a document's format, in practice,
                we need to anticipate what the typical user wants and try to offer him
                that. That the end user _can_ and sometimes _should_ redefine a
                document's format does not mean the document producers escape making
                choices affecting format. We have to set something, and it seems
                important to employ guidelines that make these decisions wise ones.

                For example, I've worked as a simple typist in an office environment,
                and it was made very clear that we were not supposed to customize our
                (Windows) desktops. So questions such as font style, family, size,
                etc. were in fact decided by a documents' producer and by IE's default
                settings. True, we define function, not format, but we know what the
                practical effect on format of our functional assignments.

                My original question had to do with the real situation I faced, and
                I'm sorry it resulted in a debate over principles, upon which probably
                everyone agrees to begin with. The default serif font in my browser is
                16, which seems large; my documents use font-size 1 em;. So why my
                text size 16? (I realize the thrust of the thread was that I've be
                better off using 100% instead of 1 em, but that's not the issue).

                --
                Haines Brown
                brownh@hartford-hwp.com
                kb1grm@arrl.net


                Comment

                • Brian

                  #23
                  Re: typical default font sizes

                  Peter Foti wrote:[color=blue]
                  > "Alan J. Flavell" <flavell@ph.gla .ac.uk> wrote in message
                  > news:Pine.LNX.4 .53.03110421320 70.17187@ppepc5 6.ph.gla.ac.uk. ..
                  >[color=green][color=darkred]
                  >>> http://www.thenoodleincident.com/tutorials/typography/[/color]
                  >>
                  >> Aaargh, microfonts (on my MSIE). [1][/color]
                  >
                  > Alan, what do you mean "microfonts "?[/color]

                  The fonts were small. They were for me, too. In fact, the first
                  thing I did when I loaded the page was hit <ctrl +> to reverse the
                  author's "sane" [cough] css. Uh, ok, that was the second thing I did.
                  The first was to ask myself, "why does the author think he knows
                  better than I what font-size I prefer? Idiot."
                  [color=blue]
                  > I tried viewing the page with MSIE and the smallest text size, and
                  > it was still quite readable (Win NT 4, IE 6, 1280x1024 on 19"
                  > monitor).[/color]

                  I could give you my specs, I suppose, but I'm not sure what they'll
                  add to the thread.

                  --
                  Brian
                  follow the directions in my address to email me

                  Comment

                  • Christoph Paeper

                    #24
                    Re: typical default font sizes

                    *Haines Brown* <brownh@teufel. hartford-hwp.com>:[color=blue]
                    >
                    > The default serif font in my browser is 16,[/color]

                    Points, I presume. Or pixels?
                    [color=blue]
                    > which seems large;[/color]

                    May be. I do use 16px text as default in my browser.
                    [color=blue]
                    > my documents use font-size 1 em;. So why my text size 16?[/color]

                    Er, 1em or 100% of 16px (or 16pt) is 16px (16pt). What else did you expect?

                    --
                    Useless Fact #1:
                    Barbie's measurements if she were life size: 39-23-33 [99-58-84].

                    Comment

                    • Nick Kew

                      #25
                      Re: typical default font sizes

                      In article <Xns9429D2B3CCC BBjkorpelacstut fi@193.229.0.31 >, one of infinite monkeys
                      at the keyboard of "Jukka K. Korpela" <jkorpela@cs.tu t.fi> wrote:
                      [color=blue]
                      > to him. Browser defaults are generally too big on the average, but that's[/color]

                      That seems to originate with M$ setting huge default sizes, perhaps to
                      try and balkanize the web and reduce interoperabilit y.
                      [color=blue]
                      > probably _intentional_, and surely useful. It is certainly better to use a
                      > little too large than a little too small font.[/color]

                      I'd disagree that any such thing is useful.

                      On my desktop, I set a default text size that appears in terminal windows,
                      text editors, my newsreader, etc. Can anyone explain why a web browser
                      should default to any other size?
                      [color=blue]
                      > Clueless authors who second-guess that browser vendors guessed wrong
                      > are bound to cause damage.[/color]

                      Agreed.
                      [color=blue]
                      > This is something that the vendors got _right_.[/color]

                      - subject to an interesting definition of "right" in some cases.

                      --
                      Nick Kew

                      In urgent need of paying work - see http://www.webthing.com/~nick/cv.html

                      Comment

                      • Nick Kew

                        #26
                        Re: typical default font sizes

                        In article <87znfbk9zs.fsf @teufel.hartfor d-hwp.com>, one of infinite monkeys
                        at the keyboard of Haines Brown <brownh@teufel. hartford-hwp.com> wrote:[color=blue]
                        > My problem is that my "1 em" seems smaller than the "80%". This is
                        > what I don't understand.[/color]

                        I would infer one or more of:
                        * there's something you haven't told us
                        * a browser bug

                        --
                        Nick Kew

                        In urgent need of paying work - see http://www.webthing.com/~nick/cv.html

                        Comment

                        • Eric Jarvis

                          #27
                          Re: typical default font sizes

                          Haines Brown wrote:[color=blue]
                          >
                          > My original question had to do with the real situation I faced, and
                          > I'm sorry it resulted in a debate over principles, upon which probably
                          > everyone agrees to begin with. The default serif font in my browser is
                          > 16, which seems large; my documents use font-size 1 em;. So why my
                          > text size 16? (I realize the thrust of the thread was that I've be
                          > better off using 100% instead of 1 em, but that's not the issue).
                          >[/color]

                          default font sizes tend to be large because if they are larger than you'd
                          like you can easily adjust them...if they are too small for you to read
                          them you are screwed, you won't be able to read the instructions on how to
                          adjust the default size

                          --
                          eric

                          all these years I've waited for the revolution
                          and all we end up getting is spin

                          Comment

                          • Jukka K. Korpela

                            #28
                            Re: typical default font sizes

                            nick@fenris.web thing.com (Nick Kew) wrote:
                            [color=blue][color=green]
                            >> probably _intentional_, and surely useful. It is certainly better to
                            >> use a little too large than a little too small font.[/color]
                            >
                            > I'd disagree that any such thing is useful.[/color]

                            When you have to select an initial basic font size, and a browser vendor has
                            to, then it is quite reasonable to prefer readability to esthetics. You
                            _know_ that whatever size you select, it will be non-optimal for a huge
                            number of people. Actually, it will be optimal for a minority only, anyway.
                            So the question is how to minimize the damage, and a person whose ability to
                            read the text is reduced should weigh more than a person who just finds the
                            text a bit too large to his taste
                            [color=blue]
                            > On my desktop, I set a default text size that appears in terminal
                            > windows, text editors, my newsreader, etc. Can anyone explain why a web
                            > browser should default to any other size?[/color]

                            Well, _that_ is a different thing. Of course if there is some font size that
                            should be regarded as being chosen by the user, a Web browser should use it
                            as the initial basic font size. But this just moves the issue to a different
                            level. And if the factory settings make the basic font size in a system too
                            small, why shouldn't a Web browser be a little more user-friendly?

                            --
                            Yucca, http://www.cs.tut.fi/~jkorpela/

                            Comment

                            • Stephen Poley

                              #29
                              Re: typical default font sizes

                              On Wed, 5 Nov 2003 01:53:12 +0100, Christoph Paeper
                              <crissov2003Q4@ gmx.net> wrote:
                              [color=blue]
                              >*Bob Osola* <bobosola@junk. invalid>:[color=green]
                              >> "Alan J. Flavell" <flavell@ph.gla .ac.uk> wrote in
                              >> news:Pine.LNX.4 .53.03110421320 70.17187@ppepc5 6.ph.gla.ac.uk:
                              >>[color=darkred]
                              >>>> "Can you make the text smaller?"
                              >>>
                              >>> And the answer is "yes, in your browser".[/color]
                              >>
                              >> Fair point. But not one that my very non-tech customers want to have to
                              >> bother with.[/color]
                              >
                              >Must be the same kind of people that doesn't adjust the rear mirrors in
                              >their cars.[/color]

                              <grin>

                              It's a strange one, this. I can easily believe that there are a fair few
                              people who don't know that they can adjust the text size in their
                              browser. I can believe that some of those find their default size too
                              large. But can it really be true, as many web authors seem to think,
                              that the latter group makes up the vast majority of web readers?

                              I receive quite a lot of Word documents from a wide variety of sources,
                              including people with no technical knowledge. And those documents
                              *hardly ever* have the default text size - either the font has been
                              adjusted, or the zoom, or both.

                              Now I know that Word users don't map 1-to-1 onto Web readers. But if the
                              vast majority of Word users know how to adjust their text size - and
                              prove it by actually doing so - can it really be true that the vast
                              majority of Web readers do not know how to?

                              --
                              Stephen Poley


                              Comment

                              • Graham J

                                #30
                                Re: typical default font sizes

                                > Now I know that Word users don't map 1-to-1 onto Web readers. But if
                                the[color=blue]
                                > vast majority of Word users know how to adjust their text size - and
                                > prove it by actually doing so - can it really be true that the vast
                                > majority of Web readers do not know how to?[/color]

                                I can well believe that there are many readers who don't know it is
                                possible because their browser doesn't make it obvious that it is
                                possible. For example Internet Explorer, with its large market share,
                                hides it under View | Text Size. Many of us might not consider that
                                particularly hidden but it certainly isn't as prominent as having
                                buttons to do it. Firebird has one less level of menu but you still
                                need to look and Opera goes for the zoom option but still hidden away.

                                The second issue is that because authors do have this tendency to play
                                around with the font sizes the reader may really need to adjust the
                                font sizes on a per site basis and selecting from menus quickly
                                becomes tedious. Keyboard shortcuts as in Firebird or Opera can help
                                once you become used to using them but it is a habit you need to
                                develop over time.

                                What is needed is for the capability to increase and decrease font
                                size to be much more prominent with 'larger', 'smaller' and 'give me
                                back my default' buttons and ideally also the ability to remember the
                                font settings on a per site basis should it be so desired.

                                Ideally it should also be possible to have the adjustments only be
                                temporary - perhaps for the site you are on - so you then have your
                                own choice of default size that applies to each new site you come to.
                                You shouldn't be affected by changes you had to made for another site.


                                Comment

                                Working...