Hello,
Try to use the following CSS snippet to change the font
.blog-post-loop .entry-content p,
.blog-post-loop .entry-content h1,
.blog-post-loop .entry-content h2,
.blog-post-loop .entry-content h3,
.blog-post-loop .entry-content h4,
.blog-post-loop .entry-content h5,
.blog-post-loop .entry-content h6,
.blog-post-loop .entry-content,
.blog-post-loop .entry-meta li,
.blog-post-loop .read-more-section a,
.blog-post-loop .comments-area .comment-list li {
line-height: 1.7;
font-family: Georgia;
font-size: 18px;
}
Regards