

Arkadaşlar elementor kullanıyorum ve pagespedde bu hatayı alıyorum nasıl çözebilirim bilgisi olan var mı ?
4
●160


@font-face {
font-family: 'FontAwesome';
src: url('https://www.mobileoyun.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2') format('woff2'),
url('https://www.mobileoyun.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff') format('woff');
font-display: swap;
font-weight: 400;
font-style: normal;
}
/* Diğer font varyasyonları için de aynısını ekleyin */
@font-face {
font-family: 'FontAwesome';
src: url('https://www.mobileoyun.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2') format('woff2'),
url('https://www.mobileoyun.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff') format('woff');
font-display: swap;
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
src: url('https://www.mobileoyun.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2') format('woff2'),
url('https://www.mobileoyun.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff') format('woff');
font-display: swap;
font-weight: 900;
font-style: normal;
}
body, button, input, select, textarea {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}bu şekilde deneyin. woff2 eklenmiş halidir, daha idealdir.<FilesMatch "\.(woff2|woff)$">
Header set Cache-Control "max-age=31536000, public"
Header set Expires "access plus 1 year"
</FilesMatch>ekleyebilirsiniz.