wordpress新主题自定义otf字体
wordpress new theme custom otf font
我正在尝试将 "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;
}
使用本网站https://transfonter.org/
它使用 css includes
为你创建 webfonts
我正在尝试将 "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;
}
使用本网站https://transfonter.org/ 它使用 css includes
为你创建 webfonts