Forum Moderators: martinibuster

Message Too Old, No Replies

What font does adsense use on the ads?

I wanna match those fonts with my content

         

vistasoul

9:26 pm on Mar 31, 2005 (gmt 0)

10+ Year Member



Hi,

I'm trying to find out what Font adsense uses for the ad text on the ads... I would like my site content's fonts to match that.

Thanks.

sifredi

9:36 pm on Mar 31, 2005 (gmt 0)

10+ Year Member



h3
{
font: bold 11px arial, sans-serif;
text-decoration: underline;
margin: 10px 0 0 0;
}

p
{
font: normal 11px/14px arial, sans-serif;
}

vistasoul

9:38 pm on Mar 31, 2005 (gmt 0)

10+ Year Member



Thank you VERY much for your help..

the folks on this forum are so nice... Or maybe it's just because their google payment has arrived. LOL

skunker

10:15 pm on Mar 31, 2005 (gmt 0)

10+ Year Member



flagged!

Skeleton

2:53 pm on Apr 23, 2005 (gmt 0)

10+ Year Member



I think it uses "11px, Verdana, Bold, Underline" for headers and "10px, Verdana, Normal" for description texts.

OCSupertones

9:40 pm on Apr 27, 2005 (gmt 0)

10+ Year Member



Those look close, but not exact...anyone else use the same or something similar?

AdSenseAdvisor

6:29 pm on Apr 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



To find out the font styles, view the HTML source of the ads by right-clicking on the ad text and selecting View Source (IE) or This Frame -> View Source (Mozilla). Searching for "font" will bring you to the font style in the code. sifredi has already posted this info (thanks sifredi!).

ASA

Powdork

8:49 pm on Apr 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



And I thought I nested a lot of tables before. Now I find out I have Google's three nested tables inside my three nested tables.

I'm not familiar with this (the bolded part)

p
{
font: normal 11px/14px arial, sans-serif;
}

Span

8:55 pm on Apr 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



font-size 11px / line-height 14px

Powdork

9:21 pm on Apr 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks