Forum Moderators: martinibuster

Message Too Old, No Replies

What Font are the Ads

font question

         

thvi

3:35 am on Apr 21, 2005 (gmt 0)

10+ Year Member



Does anyone know the font that is used in adsense text ads? The 728 x 90 leaderboard and the Vertical Banner (120 x 240) & Button (125x125) in particular.

Thanks very much,

thvi

willybfriendly

3:59 am on Apr 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I get pretty close with this

font-family: helvetica,arial,sans-serif;

table.ad
{
border: none;
border-collapse: collapse;
width: 728px;
}
td.ad
{
border: none;
border-collapse: collapse;
padding:.5em;
width: 182px;
vertical-align: top;
font-size:.8em;
}

WBF