Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #666362

    I want all font to be “Lato.” In some sections on this page, the font appears differently. Can you help me fix this?

    #667073

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #667144

    I’ve attached the login details

    #667269

    Hi,

    I checked your page and all fonts are Lato on my end except for “recent blog post” widget. You can add following code to Quick CSS to change it’s font family as well

    .recentcomments a, .widget_recent_entries li a {
        font-style: italic;
        font-family: inherit;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.