americanpurpose1 字体系列在使用 ( 和 # 等特殊字符时显示笑脸
americanpurpose1 Font family shows smiley on using Special character like ( and # etc
我在我的项目中使用了 americanpurpose1
字体系列,但它在使用特殊字符(如 () 、# 等)时显示笑脸。我也尝试过 HTML 符号代码,但这不起作用.这是我的代码:
.login_heading h2 {
margin: 20px 0;
text-transform: uppercase;
text-align: center;
font-size: 31px;
font-weight: 400;
color: #0d0831;
font-family: americanpurpose1;
text-shadow: none;
}
<div class="login_heading">
<h2>Top 100 Graded Comics Sold</h2>
<h2 id="changedate">( Last 1 Week )</h2>
</div>
我认为这是相关字体的特征。
字体显示这些表情符号替换 ()
和 #
默认值。
唯一的选择是更改字体。
这里有另一种替代字体,非常相似:
我在我的项目中使用了 americanpurpose1
字体系列,但它在使用特殊字符(如 () 、# 等)时显示笑脸。我也尝试过 HTML 符号代码,但这不起作用.这是我的代码:
.login_heading h2 {
margin: 20px 0;
text-transform: uppercase;
text-align: center;
font-size: 31px;
font-weight: 400;
color: #0d0831;
font-family: americanpurpose1;
text-shadow: none;
}
<div class="login_heading">
<h2>Top 100 Graded Comics Sold</h2>
<h2 id="changedate">( Last 1 Week )</h2>
</div>
我认为这是相关字体的特征。
字体显示这些表情符号替换 ()
和 #
默认值。
唯一的选择是更改字体。
这里有另一种替代字体,非常相似: