Sidebar and body font

Hi! Really enjoying this theme but the font in the content/sidebar is causing me some confusion. The font in the body content and sidebar in the demo is Lora but the font that’s showing up for me in the content and sidebar is (according to the What the Font browser extension) Helvetica Neue. Or, some other non-descript sans-serif font anyway. Lora is so pretty so I’d really like to use it. What CSS do I need to change this up? Thanks!

Never mind, this worked for me:

This changed the widget titles:

#secondary .widget > h3.widget-title {
font-family: Montserrat, sans-serif;
letter-spacing: 1px;
font-size: 8pt;
text-transform: none;
}

This changed the widget content font:

#secondary .widget {
font-family: Lora, serif;
text-transform: none;
line-height: 175%;
}

Content of pages and blog posts:

div.entry-content {
font-family: Lora, serif;
line-height: 165%;
font-size: 12pt;
}

Hi @jillianne,

Awesome great to see you got that worked.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin