@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.
Ayrıca htacces dosyasına;
<FilesMatch "\.(woff2|woff)$">
Header set Cache-Control "max-age=31536000, public"
Header set Expires "access plus 1 year"
</FilesMatch>ekleyebilirsiniz.
Daima her işlem öncesi yedek alın ve bu tarz işlemlerden önce LiteSpeed Cache gibi cache eklentilerini pasif edin. İşlemler sonrasında analiz ederek uyarı giderildikten sonra cache eklentisini aktif ederek pagespeed analizinde diğer önerilere geçebilirsiniz.
Not: LİteSpeed Guest mod aktif durumda, mutlaka pasif konuma getirilmelidir.
Zaten analizde guest.vary.php 1.665 msn gecikmeye neden oluyor.
Yani analiz sitelerini puan yüksek göstermek açısından manipüle ediyor ancak gerçek anlamda hızlandırma sağlamıyor, aksine yavaşlatıyor.
Ayrıca pagespeed harici olarak lighthouse ile analiz etmeyi de ihmal etmeyin.
Kolay gelsin.