Level 34
@kikoldasd you need to make two
<link rel="preload" href="style.css" as="style">
<link rel="stylesheet" href="style.css">
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, instead of "rel = stylesheet" I used "rel = preload" for fontawesome but now the icons are no longer visible, how can I include stylesheet and preload in the same link?
@kikoldasd you need to make two
<link rel="preload" href="style.css" as="style">
<link rel="stylesheet" href="style.css">
Please or to participate in this conversation.