Trying to Adjust My Site Fonts
I am attempting to use this code to make my menu font bigger. However, the menue collapses to the second line if I even attempt to go higher than 14px:
#branding ul.menu a { font-family: Cambria; font-size: 14px; }
I am attempting to adjust my page header the Home, About, etc page title at the top left corner of each page. I just want to change the font color:
h1 {font-size:40px; color: #da0059;}
h2 {font-size:30px; color: #da0059;}
I am attempting to change all of the fonts except for all of my headers to cambria. I think I am missing something, because it works but changes the h3 headers on my Menu page evey time I use it.
html, body, div, applet, object, iframe, pblockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,font,
table, caption, tbody, tfoot, thead, tr, th, td
{
font-family:"Cambria";
font-size:100%;
}
I am sure it is something simple that I just keep on missing. Can any one assist me?