Hello,
I'm building a site with the Shoutbox theme locally. I don't know if the local part has anything to do with the font, but the body text is all showing up in a serif font. It looks like your default styles.css has it set to Helvetica Neue... Just in case, I added this snippet to the Quick CSS in Theme Options:
body {
font-family: "Helvetica Neue", Arial, sans-serif;
color: #000000;
font-size: 13px;
position:relative;
overflow-x: hidden;
}
Which is basically just a differently-worded version of the same thing in styles.css. Still the body text is showing up as a serif. All of the headings and the nav are correct, though. My browser is the most updated Google Chrome, by the way.
Any advice on fixing this? I can send screenshots if needed.
Very best,
Amy














