Sorry, it was late and I forgot to look in my collection of posts which had yours.
I had trouble with figuring out the proper CSS selector – so I looked at your site.
My CSS is:
#menu-my_menu .genericon {
font-size: 36px;
line-height: 66%;
vertical-align: baseline;
}
One point: any font-size can be used as an icon font is vector-based. True, type 1 fonts have hints for smaller sizes – but that was different technology for a different era.
Also, I checked out the anti-aliased property and found a post which cautions against using it although I haven’t tested it.
Cheers
Mike
PS This is another post about font smoothing which makes fun of the BBC which is always a good thing!
PPS The home icon is small and others are bigger so I am experimenting with CSS to display the different icons differently in the same menu:
#menu-my_menu i.genericon.genericon-facebook{
font-size: 24px;
}
I am having some trouble with baseline consistency among the different browsers.