All about choosing the right font for a website

前端 未结 7 1654
野性不改
野性不改 2020-12-13 20:56

I actually have right now two questions:

1) What font faces are preferred for a website? Right now I really like \'Segoe UI\', but it\'s only available on newest Win

7条回答
  •  天命终不由人
    2020-12-13 21:38

    Use the right typeface for your site. It's not as simple as saying "this is the best font for websites". Here are two quotes (read principles) from Robert Bringhurst's "The Elements of Typographic Style":

    • "Typography exists to honor content."
    • "Choose faces that suit the task as well as the subject."

    On another note, unless a serif face really suits the website, sans-serif faces are more appropriate for digital media.

    With regards to your second point, Phil Oye has recently released FontUnstack, a jQuery plugin which will tell you what font is being used for a given element. The element will be given a class (i.e. "set_in_gill_sans") through which you can apply specific styles for different typefaces.

    Also, check out the font matrix (1.5 years old) and these well thought-out font-stacks.

提交回复
热议问题