font-replacement

iOS - Entry in Info.plist for only iOS 6 and above?

◇◆丶佛笑我妖孽 提交于 2019-12-24 00:58:43
问题 I have an entry in my app's Info.plist (a Dictionary), and I only want it to be used in iOS 6 and above. It involves font replacement, using FontReplacer, and I don't want to replace fonts for a device running iOS 5. You can see the example on GitHub for a better explanation. Basically, is there a way for me to only use that Info.plist entry if the user's device is running iOS 6 or later? Thanks. 回答1: No. There isn't a way to tell the system to only have a specific entry available if >iOS 6.

@font-face does not work in IE on initial page load, but does after that

别说谁变了你拦得住时间么 提交于 2019-12-23 05:38:07
问题 We have a problem whereby we successfully implemented @font-face for IE6-9 as normal, and in fact on the client site in question it all worked fine. Then we copied the skin over to two new sites for client (testing and production) whereby the font replacement still worked as expected. Over night these sites had SSL certs applied. The following morning it appeared that font replacement was no longer working much to our annoyance. Throughout this period of 'discovery' and 'anguish' @font-face