【问题标题】:wordpress new theme custom otf fontwordpress 新主题自定义otf字体
【发布时间】:2019-08-05 13:42:18
【问题描述】:

我正在尝试将“Aribau Grotesk”字体包含到新主题中,我有一个包含 .otf 文件的文件夹,尝试从 style.css 中包含它们,但它似乎不起作用,任何建议都是非常感谢。

@font-face {
    font-family: 'Aribau Grotesk';
    src: url(/fonts/Aribau_Grotesk/Aribau Grotesk.otf);  
}

body{
    font-family: 'Aribau Grotesk';
    font-weight: normal;
}

【问题讨论】:

    标签: css wordpress fonts wordpress-theming custom-wordpress-pages


    【解决方案1】:

    使用本网站https://transfonter.org/ 它使用 css 为你创建 webfonts 包括

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-01-15
      • 2015-07-15
      • 2014-05-23
      • 1970-01-01
      • 2023-03-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多