How to add defer attribute to code in header

Hi I have a question, bricks adds font-awesome-6.min.css file in header and I would like to add defer attribute to this code in header which adds font awesome 6 (google shows this file blocks rendering). Exactly this bricks adds such a line of code

link rel=“stylesheet” id=“bricks-font-awesome-6-css” href=“https://webiste.com/wp-content/themes/bricks/assets/css/libs/font-awesome-6.min.css?ver=1707919187” media=“all”

how can i add the defer attribute here or remove the addition of this line of code altogether so i can add font awesome my way? (Without additional plugins, but using code)

1 Like