preloading font with rel preload

前端 未结 5 2057
予麋鹿
予麋鹿 2021-02-05 01:46

I am preloading a font using the HTML tag with the rel attribute set to preload as captured in the snippet below;

<         


        
5条回答
  •  旧时难觅i
    2021-02-05 02:22

    In my case, changing to rel="stylesheet preload" worked on Chrome -

    Here's the bare minimum which WORKED -

    What DID NOT WORK was -

提交回复
热议问题