css - How to disable webfonts on Safari only -


the webfont i'm using keep crashing on safari, know if it's possible disable browser?

not sure if still works have used in past:

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

but don't think it's best way :)


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

asp.net - RadAsyncUpload in code behind, how to? -