@sabeehms did you do anything else to fix it? i have the same issue and followed what @vmarko suggested but still nothing is fixed. This is how i wrote it in my header.php in the parent theme as my child theme doesn’t have a header.php folder.
<link rel=“preload” href=“/wp-content/themes/cerato/assets/vendor/cleverfont/fonts/cleversoft.ttf?qj7h27” as=“font” type=“font/ttf?qj7h27” crossorigin=“anonymous”>
<link rel=“preload” href=“/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2” as=“font” type=“font/woff2” crossorigin=“anonymous”>
<link rel=“preload” href=“/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff” as=“font” type=“font/woff” crossorigin=“anonymous”>
<link rel=“preload” href=“/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2” as=“font” type=“font/woff2” crossorigin=“anonymous”>
<link rel=“preload” href=“/wp-content/plugins/woocommerce/assets/fonts/star.woff” as=“font” type=“font/woff” crossorigin=“anonymous”>
<link rel=“preload” href=“/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.9.1” as=“font” type=“font/woff2?5.9.1” crossorigin=“anonymous”>
I inserted it inside the header before <?php wp_head(); ?>
</head>
please help!