看起来导致问题的字体是 Roboto,而您的网站设置已配置为使用 Arial……因此,该字体很可能来自某个主题。
您可以移除主题中调用 Google 服务器的链接,并在网站设置中切换为使用 Roboto。您也可以下载 Roboto 并将其作为主题资源包含进来。我们有一个关于创建带有本地服务器字体的自定义主题组件的指南:Create and share a font theme component
您也可以尝试将 font-display: swap; 添加到您的 @font-face 规则中:`font-display` for the Masses | CSS-Tricks