Skip to content

Commit

Permalink
refactor link crossorigin
Browse files Browse the repository at this point in the history
  • Loading branch information
alkorlos committed Dec 23, 2023
1 parent 6e6246a commit 033a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/_layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<link href="css/style.min.css" rel="stylesheet">

<link href="fonts/OpenSans-Regular.woff2" type="font/woff2" rel="preload" as="font" crossorigin>
<link href="fonts/OpenSans-Regular.woff2" type="font/woff2" rel="preload" as="font">

<style>
@font-face {
Expand Down

0 comments on commit 033a97b

Please sign in to comment.