Chrome和FF中的Wordpress字体外观

时间:2014-04-29 08:04:25

标签: wordpress fonts wordpress-theming

我们在WordPress中使用Astrum主题作为website。对于正文字体,主题使用Open Sans字体。但是,在Chrome和Firefox中它看起来很奇怪。

铬: enter image description here

Firefox:enter image description here

另一个奇怪的事情是,当我登录WordPress时,字体看起来不错。

Chrome:enter image description here

您是否遇到过相同问题,以及如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

据我了解,Astrum已将Open Sans作为网络字体,我可以在博客iccube.com/blog-iccube/上的第一个<style>标记的开头看到此行

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700);

你能尝试评论@import系列,看看是否有帮助?

修改

上述建议不起作用,因此建议在主题style.css中评论Open Sans的任何@font-face规则。 (见评论)