Home Blog Links About Notes

TILs, snippets—my digital code garden 🌱.

All notes 11ty a11y ai animation api backend cheatsheet cli computer-science cpp css cypress deno dev devops git golang graphql html interview javascript messaging networking node performance php python questions react rust services sql storybook svelte sveltekit testing typescript typography vscode

🥱Async load CSS

https://www.filamentgroup.com/lab/load-css-simpler
20 May 2020
css
<link rel="preload" href="/path/to/my.css" as="style" />
<link
  rel="stylesheet"
  href="/path/to/my.css"
  media="print"
  onload="this.media='all'"
/>
> cd ..
Feeds Colophon Worklog Now Uses Notes GitHub Bluesky Mastodon

© 2026 Zander Martineau • #eec9b70 • This site is always under construction. 🚧