第一步:请把你的字体文件上传到目录,如 …/wp-content/uploads/fonts/
然后再添加@font-face在主题选项> 常规 > 自定义CSS 或者在子主题的样式文件中
@font-face {
font-family: ‘Gruppo’;
src: url(‘/wp-content/uploads/fonts/Gruppo_reg.eot’);
src: url(‘/wp-content/uploads/fonts/fonts/Gruppo_reg.eot’) format(‘embedded-opentype’),
url(‘/wp-content/uploads/fonts/fonts/Gruppo_reg.woff’) format(‘woff’),
url(‘/wp-content/uploads/fonts/fonts/Gruppo_reg.ttf’) format(‘truetype’),
url(‘/wp-content/uploads/fonts/fonts/gruppo_reg.svg#Gruppo’) format(‘svg’);
}
现在,您可以使用自定义CSS来使用字体
body, p, h1 h2 {
font-family: ‘Gruppo’ !important;
}
要添加字体列表
对于The7.3
Refer to the function presscore_options_get_safe_fonts() in ../dt-the7/inc/helpers/options.php line ~ 381
add your font to array
For The7.2, Aramda
Refer to the function dt_stylesheet_get_websafe_fonts() in ../THEME-NAME/inc/extensions/stylesheet-functions.php line ~ 244
add your font to array
$fonts = array(
‘Gruppo’=> ‘Gruppo’,
现在,您的字体将可用 主题选项 > 字体 > 字体列表 !你可以在你的子主题的fucntions.php覆盖这些功能 !
当然,这一切我们都已经做好,请支持我们为企业优化和深度汉化的版本!依旧一包烟!立即支持The 7.3
相关企业需求,请直接联系我们!实打实的报价,实打实的做事!