Anyone know what font this is?

Hi, I wounder if anyone know what font that is on http://www.internethealthreport.com

the font that displays the “Generated from 6/9/2010 10:53:56 PM to 6/9/2010 11:53:56 PM (PDT)”

So font, font size, font style
of above text , in other words i would like to write a css.
So if anyone could fill in the rest I would be most grateful

#font{

}

thanks :slight_smile:

Here the code you need… just replace the class name with w/e you want.


.my-special-text {
     color: #4A4A4A;
     font-family:11px 'Lucida Grande', verdana, arial, helvetica, sans-serif;
}

Another way of doing this is to printscreen, crop the text upload the picture, then link it using whatthefont or identifont.

Wow great tool, thank u :slight_smile:

you can do this yourself:

  1. Get Firebug for Firefox
  2. Use the inspect button (either add the inspect button - glasses - to your toolbar or click on the bug in the bottom right to open the Firebug pane, then click on the second button on the left - a mouse and a rectangular)
  3. Hover over the text with your mouse
  4. Select computed in the right pane