HTTP2 pushed webfonts not used
问题 I'm sending a Link preload header in the HTTP2 response. Like this one: Link: </assets/script/main.js?h=1795387974>; rel=preload; as=script, </assets/font/sourcesanspro_regular.woff2>; rel=preload; as=font scripts, styles and images don't cause any problem - they are pushed and used. But fonts are pushed and then requested/fetched again and the Chromium console complains: The resource https://example.com/assets/font/sourcesanspro_regular.woff2 was preloaded using link preload but not used