Sayontan, thank you for the reply. I am choosing to use the custom style sheet to make the changes, but I'm unsure as to the "http" information I need to include. Is this a link to the each of the widgets that I want to change or is it a link to the actual font style. I downloaded my font from fontsquirrel. Thank you!
http://eco-elementsdesign.com @font-face {
font-family: 'QlassikMediumRegular';
src: url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.eot?') format('eot'),
url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.woff') format('woff'),
url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.ttf') format('truetype'),
url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.svg#webfontkkbjEnfA') format('svg');[/color]
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4, h5, h6, .blogtitle {
font-family: QlassikMediumRegular, Arial, sans-serif;
}