gpt4 book ai didi

CSS 字体图标字体系列被忽略

转载 作者:行者123 更新时间:2023-11-28 12:43:09 26 4
gpt4 key购买 nike

我有一个用图标替换以下字符的字体:

' ( * + $ % # ) "

我定义了以下 CSS:

/* Define the fonts for use */
@font-face {
font-family: 'assets';
src: url('AAHS_ASSETS.eot');
src: url('AAHS_ASSETS.eot?#iefix') format('embedded-opentype'),
url('AAHS_ASSETS.TTF') format('truetype');
}

/* ASSETS */
[class^="icon-aahs-assets-"],
[class*=" icon-aahs-assets-"] {
font-family: "assets";
}

.icon-aahs-assets-asset:before { content: "$"; }

当我在 html 中添加以下图标时,它显示为 $

<i class="icon-aahs-assets-asset"></i>

我已经检查了网络响应,浏览器正在下载字体(在 Chrome 中测试)。

如何确保它显示图标?

最佳答案

尝试在 unicode 中设置字符。例如

$ - \0024

关于CSS 字体图标字体系列被忽略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17562242/

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