1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What Font do you use the most

Discussion in 'HTML & Website Design' started by wingdude, Jan 14, 2005.

?

What is your most used font

  1. Georgia

    2 vote(s)
    6.7%
  2. Times New Roman

    2 vote(s)
    6.7%
  3. Arial

    14 vote(s)
    46.7%
  4. Comic Sans

    0 vote(s)
    0.0%
  5. Other

    12 vote(s)
    40.0%
  1. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #21
    You can read about fonts in the CSS spec:

    http://www.w3.org/TR/CSS21/fonts.html

    In brief, em has two uses:

    1) when used with font-size, it refers to the font size of the parent font. For example:

    p {font-size: 1.2em;}
    Code (markup):
    means that the font used to render this paragraph will be 20% greater than the font of the parent element containing this paragraph.

    2) when used with any other property, it refers to the current font-size:

    p {height: 1.5em}
    Code (markup):
    means that the height of the paragraph is 50% greater than the font-size of this paragraph.

    With regards to fonts, %'s and em's are really the same. Here's more detailed description of length units:

    http://www.w3.org/TR/CSS21/syndata.html#length-units

    The advantage of using em's or %'s is that everything is relative to a single initial font-size value (or a small set of sizes), which allows you to change font sizes easily for the entire site.

    J.D.
     
    J.D., Jan 14, 2005 IP
  2. Design1

    Design1 Active Member

    Messages:
    388
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    78
    #22
    Verdana.. Verdana.. and hmmm.. Verdana!
     
    Design1, Jan 14, 2005 IP
  3. wingdude

    wingdude Peon

    Messages:
    210
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Has anyone ever tried making a font themselves. i always liked the idea of making your own unique font.
     
    wingdude, Jan 15, 2005 IP
  4. relaxzoolander

    relaxzoolander Peon

    Messages:
    141
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #24
    i have made fonts using fontographer.
    its an ancient program from macromedia.
     
    relaxzoolander, Jan 15, 2005 IP
  5. mopacfan

    mopacfan Peon

    Messages:
    3,273
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    0
    #25
    What's the point if no one else on the web can see it? That's why Verdana and Arial are so popular. Most every browser can use it.
     
    mopacfan, Jan 15, 2005 IP
  6. riziko

    riziko Peon

    Messages:
    189
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #26
    I use Tahoma and Verdana as these fonts were designed to be easier to read on a computer screen. Studies have found that serif fonts like Times New Roman are more difficult to read on computer screens. I also use Trebuchet MS for headings sometimes as it is kinda funky.

    I use em's and % for specifying the font size as it adjusts nicely when the Text size of the browser is changed.

    ross
     
    riziko, Jan 17, 2005 IP
  7. uca

    uca Well-Known Member

    Messages:
    2,242
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    155
    #27
    Arial, but I also like Tahoma and Verdana.

    Times New Roman is beatiful to print, but terrible to read on screen.

    I think a lot of us are thinking the same.
     
    uca, Jan 17, 2005 IP
  8. miko67

    miko67 Well-Known Member

    Messages:
    769
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    120
    #28
    Nice to know :cool:
     
    miko67, Jan 17, 2005 IP
  9. MaxM

    MaxM Peon

    Messages:
    183
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #29
    Another vote for Arial.
     
    MaxM, Jan 18, 2005 IP
  10. obenix

    obenix Eats an apple a day......

    Messages:
    2,236
    Likes Received:
    180
    Best Answers:
    0
    Trophy Points:
    0
    #30
    My vote for Verdana... I thinking of trying Tahoma....
     
    obenix, Jan 19, 2005 IP
  11. pinkpanther

    pinkpanther Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #31

    Very helpful info, thanks I will start using this technique...

    Oh and one vote here for verdana!!
     
    pinkpanther, Jan 20, 2005 IP
  12. Design Agent

    Design Agent Peon

    Messages:
    3,061
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Verdana, Arial
     
    Design Agent, Jan 20, 2005 IP