Home Forums Arnold WordPress Theme Poppins font

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26047
    lontek
    Participant
    Purchased
    Expired

    Hi,

    Although I changed fonts on my website b52.com.pl from Poppins to Roboto 300 and Roboto 700, when I edit a page using Page Builder, the Poppins font is on the list. Even if I change the font to Roboto, it saves it as it was a paragraph specific font in <span> so after edit I have to remove all the span marks to make the code clean.

    What could be the reason?

    BR
    Marcin

    #26048
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi there,
    Welcome to SeaTheme forum.

    It cannot redefine the exiting content. You don’t have to edit them one by one, It is possible redefine font by custom CSS(“Appearance > Customize: Additional CSS”), like:

    @font-face {
      font-family: 'Poppins';
      src: local("Roboto");
    }

    Regards!
    SeaTheme – FAQsTwitterFacebook

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