Hi
My WordPress used Traditional Chinese text.
So I use the google fonts.
I put the css into header.php <head>here</head>.
Also put body, p, h1, h2, h3, h4 {
font-family: ‘Noto Sans TC’, Arial, sans-serif;
}
into additional css.
Work well,but when I uesd google PageSpeed Insights.
It show those “Ensure text remains visible during webfont load”
Because I don’t need font awesome,so I want to remove it.
Please Help me. T.T
Hi Theme Horse Support Team
The “Ensure text remains visible during webfont load” mean is
Number or English word will work,but Traditional Chinese is not.
So google PageSpeed Insights judge the font awesome cause the website speed down.
Because the Traditional Chinese Text not need to load font awesome,the type don’t work.
And it cost more response time.
Actually font-awesome is used to show the social profiles icon, search icon etc.
If you removed it there will be display problem for social profiles and search icon.