Preloading @font-face fonts?

前端 未结 13 1862
时光说笑
时光说笑 2020-12-04 11:13

Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don\'t get that ugly jump when the page finally does

13条回答
  •  情歌与酒
    2020-12-04 11:38

    This answer is no longer up to date

    Please refer to this updated answer: https://stackoverflow.com/a/46830425/4031815


    Deprecated answer

    I'm not aware of any current technique to avoid the flicker as the font loads, however you can minimize it by sending proper cache headers for your font and making sure that that request goes through as quickly as possible.

提交回复
热议问题