Option to match font from website for text

Hi @user23787 welcome to community :clap:

Here is an overview of the CSS classes of all elements.
Change Font of all elements

This would be the right code for your project.

/* Load More Button */
.es-load-more-button {
    font-family: Arial !important;
}
2 Likes