gpt4 book ai didi

wordpress - Fontello 字体图标在 Android 上无法正确呈现

转载 作者:太空宇宙 更新时间:2023-11-03 18:35:05 24 4
gpt4 key购买 nike

Android 堆栈浏览器是否支持字体图标?我使用的是 fontello 字体图标,但总有一个图标未呈现。如果我用另一个变体替换有缺陷的图标,另一个图标会受到影响,进而不会呈现。这似乎是随机发生的。

这是我的标记:

<div class="header-links clear">
<ul class="sm-links">
<li><a class="facebook" href="<?php echo $theme_options['facebook'] ?>"><i class="icon-facebook-circled"></i></a></li>
<li><a class="twitter" href="<?php echo $theme_options['twitter'] ?>"><i class="icon-twitter-circled"></i></a></li>
<li><a class="gplus" href="<?php echo $theme_options['gplus'] ?>"><i class="icon-gplus-circled-1"></i></a></li>
<li><a class="linkedin" href="<?php echo $theme_options['linkedin'] ?>"><i class="icon-linkedin-circled"></i></a></li>
</ul>
</div>

这是我加载字体图标样式的方式:

function sms_styles_scripts() {
// fontello
wp_enqueue_style( 'fontello-1', get_stylesheet_directory_uri() . '/fonts/fontello/css/fontello.css', array(), '', 'all' );
// fontello
wp_enqueue_style( 'fontello-2', get_stylesheet_directory_uri() . '/fonts/fontello/css/animation.css', array(), '', 'all' );
// fontello
wp_enqueue_style( 'fontello-3', get_stylesheet_directory_uri() . '/fonts/fontello/css/fontello-codes.css', array(), '', 'all' );
// fontello
wp_enqueue_style( 'fontello-4', get_stylesheet_directory_uri() . '/fonts/fontello/css/fontello-embedded.css', array(), '', 'all' );
}
add_action( 'wp_enqueue_scripts', 'sms_styles_scripts' );

有什么想法吗?就此而言,所有主要移动浏览器都支持字体图标吗?

最佳答案

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com