Hi all!
I just set up my first WordPress site for a friend, and decided to use the Pinboard theme.
However, I would like to use one of Googles Webfonts (http://www.google.com/webfonts#) to customize the menu.
Is it possible? Maybe with a line in the “Custom CSS” field?
Or is it possible with a simple change in a css file?
I´m not that into coding, but with a few decent explanations I´m pretty sure I can fix it.
I´m a fast learner!
I only want to change the menufont (and submenu), not the others.
Thanks in advance!
Johan
Hi again!
Since I can´t edit a post:
Or is it possible to change just the menu font with “All-In-One Cufon”?
I tried a little bit, and was able to change the H1 and H2, but that was just to test. But the Menu itself?
The font I want to use is already on the server and working with Cufon.
It seems that the menu font and the text on the pages are the same font (size), I just want to change the menu.
Hi Jojje,
Try to add this to your css:
#access ul {
font-family: TimesRoman;
}
Cheers,
Alexander @ http://www.mouseclick.com
Thank you Alexander! You´re the man!
Now I know how to go on.