Skip to content

Commit

Permalink
a11y missing onload
Browse files Browse the repository at this point in the history
  • Loading branch information
craigerskine committed Jan 8, 2024
1 parent 115d743 commit 0e1127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _site/_includes/layouts/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" />
<link onload="this.onload=null;this.rel='stylesheet'" rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" />

{% renderblock 'css' %}

Expand Down

0 comments on commit 0e1127c

Please sign in to comment.