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 disa开发者_StackOverflow中文版ble it only for this browser?
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 :)
精彩评论