mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Add crossorigin ref to font preload
This commit is contained in:
parent
fb07ed42a2
commit
29d56a64b6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
preloading either:
|
||||
https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload#browser_compatibility
|
||||
#}
|
||||
<link rel="preload" href="{{ '/assets/fonts/Comfortaa-VariableFont_wght.ttf' | url }}" as="font">
|
||||
<link rel="preload" href="{{ '/assets/fonts/Comfortaa-VariableFont_wght.ttf' | url }}" as="font" crossorigin="anonymous">
|
||||
{% for name in (extraStylesheets or []) %}
|
||||
<link rel="preload" href="{{ '/assets/css/' + name + '.css' | url }}" as="style">
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue