• Resolved ABM

    (@andymulb)


    Hi,
    did anybody find out how to remove Google Fonts from the Estatic Pro plugin?

    Best regards,
    Andreas

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!
    It’s not easy in practice.
    I believe, you can discard Open Sans with CSS:

    
    html {font-family: system-ui !important;}
    

    But if you’d like to be more specific with your own font family, weights, styles, etc. you have to override each rule, which is plenty.

    Plugin Author Estatik

    (@estatik)

    Hi there,

    @ayek answered your question quite accurately. Thanks for that!
    I will only add that in the future we plan to add the ability to choose fonts from the administrative side of the site.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Google Fonts’ is closed to new replies.