Today I learned that you can preload critical assets in a page by using the preload attribute on a link tag i.e. <link rel="preload">.

Especially useful for things like fonts that are discovered later by the browser.

Preload critical assets to improve loading speed