Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #922453

    How to disable all fonts (except the icons) and replace the fonts with the local system font stack?

    Thanks!

    #922762

    Hey snafroth,

    I’m not sure to be honest, maybe something like this could work? You would likely have to be on a Mac for this to work though:

    body {
      font-family: -apple-system !important;
    }

    Best regards,
    Rikard

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