I also want to change the font for my site name. I think it is labeled as H1..... I can change the font that is used for the entire site by editing as follows:
}
body {
line-height:1;
color:black;
background:#fff;
font:88%/1.28em Futura, serif;
}
However I want to change my site name font to moderna....
when I edit the following nothing happens:
}
h1.name span {
color:#fff;
text-transform:uppercase;
background:#666;
font:1.28em/33px Moderna, Moderna, Moderna;
text-align:center;
display:inline;
padding:5px 10px;
}
I thought for sure this was the thing to edit due to the actual size (font:1.28em/33px) which is really large compared to any other instance of a font in the code.
Can Anyone offer any help?
The blog I need help with is noahkareus.com.