Hi. I just changed the existing font to the one I wanted in the theme style.css
Look for this:
/* Typographical Elements
--------------------------------------------- */
html {
font-size: 100%; /* 16px browser default */
}
body {
background: #f2f2f2;
color: #333;
font-family: 'Comic Sans MS',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.625;
}
I just typed the “Comic Sans MS” on the font-family line..and it changed all the standard fonts to this (comic sans) on the whole website..which is what I wanted. I did not play with the others, as the line height etc. are fine.