I have read many times articles about eliminating the render-blocking resources warning on Web.dev for my website but the result is the same.
This is my HTML code inside the header tag :
<link rel="stylesheet" href="https://example.com/assets/inc/bootstrap.min.css" media="all" async>
<link rel="stylesheet" href="https://example.com/assets/inc/fontello.css" media="all" async>
<link rel="stylesheet" href="https://example.com/assets/inc/styling.css" media="all">
<link rel="stylesheet" href="https://example.com/v2/_assets/css/bootstrap-rtl.min.css" media="all" async>
<link rel="stylesheet" href="https://example.com/v2/_assets/css/theme.css" media="all" async>
And I added the async attribute for every stylesheet link I don't want on my first Contentful Paint.