Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default Best font family to use for web?

    Yeah, what's the best font family1 to use on the web for my layouts? Thanks.

    1 As in font family I mean like "font-family: Verdana, Geneva, sans-serif;" or whatever you use. Understand?
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  2. #2
    Join Date
    Nov 2008
    Location
    Cambridge, UK
    Posts
    901
    Tokens
    100

    Default

    You use the one that suits your design. There is no "best".

  3. #3
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    I'm looking for others' opinions. What is mostly used, etc.
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  4. #4
    Join Date
    Nov 2008
    Location
    Cambridge, UK
    Posts
    901
    Tokens
    100

    Default

    I use every combination.

  5. #5
    Join Date
    Nov 2007
    Posts
    1,253
    Tokens
    150

    Latest Awards:

    Default

    There are no 'common' font-families. Use fonts that are widely available where possible, I'm sure there's a list on the net somewhere.

    That however isn't a huge issue. CSS3 allows you to set custom font-files to be used (give it a google search) and solutions such as http://typekit.com/ are also great. I believe Google has a solution like TypeKit - but it is more limited and the fonts aren't that ground-breaking.
    Last edited by Source; 09-06-2010 at 03:07 PM.

  6. #6
    Join Date
    Apr 2010
    Location
    Newcastle
    Posts
    655
    Tokens
    50

    Default

    If you don't use CSS3 to include the font, you need to use web-safe fonts (fonts which exist on all/most machines: http://www.fonttester.com/help/list_...afe_fonts.html)

    I almost always use arial and fall back to sans-serif.
    font-family:arial,sans-serif;

  7. #7
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    Ah, I see. Thanks all.
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  8. #8
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    I'm sure you can use font-face can't you? And that works in IE?

  9. #9
    Join Date
    Jul 2008
    Posts
    5,289
    Tokens
    0

    Latest Awards:

    Default

    arial, verdana

    i always use that

  10. #10
    Join Date
    Aug 2009
    Posts
    78
    Tokens
    100

    Latest Awards:

    Default

    I use Baskerville sometimes, other times I use Palatino Linotype, other times I stick to Arial/Times New Roman.

    Now and again I might use Segoe UI

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •