开发者

How to disable webfonts on Safari only

开发者 https://www.devze.com 2023-02-13 07:21 出处:网络
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 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 :)

0

精彩评论

暂无评论...
验证码 换一张
取 消