Hey fellow “checkvistas???”, found this for changing fonts on the on the CSS sample page:
.list-h1, .userContent {
font-family: ‘Source Code Pro’, monospace;
}
which led me to wanting two fonts:
- for headers [(mh); h1, h2, …???]
- for paragraphs [(non-mh); list???]
I cannot figure out the referencing, neither do I know CSS, which is why I’m posting this topic.
I hope someone would like to help a CSS noob like myself out .
Thanks in advance!