桌面显示器的一切都很好。我只是从我的手机上检查了一下,我得到的东西类似于U+2599
而不是š,đ,ć,č和ž到处都是!为什么呢?
这就是我如何调用mz functions.php中的字体
<?php
// Add your custom functions here excluded: |Roboto+Slab:400,300,700&subset=latin,latin-ext
function sparkling_google_fonts() {
wp_deregister_style( 'sparkling-fonts' );
wp_register_style( 'sparkling-googele-fonts', '//fonts.googleapis.com/css?family=Open+Sans:400,600|Oswald:700|Roboto+Slab:400,300,700&subset=latin,latin-ext');
}
add_action( 'wp_enqueue_scripts', 'sparkling_google_fonts' );
?>
任何和所有帮助非常感谢。
答案 0 :(得分:0)
问题是许多移动设备没有安装完整的字体集。除了避免这些字符外,你无能为力。