If I'm looking to change the default font size for my blog post copy, do I really need to add a line to the CSS like:
p,
li,
dt,
dd,
dl,
address,
label,
small,
pre,
code {
font-size: 18px;
}
Or is there a place in theme options to set this globally? I hope it's the latter.
p,
li,
dt,
dd,
dl,
address,
label,
small,
pre,
code {
font-size: 18px;
}
Or is there a place in theme options to set this globally? I hope it's the latter.