字体在mac上折叠在PC上很好

时间:2016-10-07 03:37:28

标签: css fonts pc

enter image description here字体'mariadavidregular'在Windows机器上崩溃。它在Mac上看起来很好

访问http://wordpress-24576-52736-156017.cloudwaysapps.com 你会看到字母'o'正在崩溃并且看起来很糟糕。它似乎也影响了它右边的字母。

以下是我包含字体的方式。

   @font-face {
        font-family: 'maridavidregular';
        src: url('fonts/maridavid-webfont.woff2') format('woff2'),
         url('fonts/maridavid-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

我在这里错过了什么吗?

0 个答案:

没有答案