Roch
Roch

Reputation: 22041

How to disable webfonts on Safari only

The webfont I'm using keep crashing on safari, I would like to know if it's possible to disable it only for this browser?

Upvotes: 1

Views: 1011

Answers (1)

Kyle
Kyle

Reputation: 67194

Not sure if this still works but I have used it in the past:

/*\*/
html>body*.safarihack {font-family: "YourFont"; }
/**/

But I don't think it's the best way :)

Upvotes: 1

Related Questions