将font-family设置为CSS中的特定符号

时间:2015-09-14 08:02:19

标签: html css fonts

在我的网站上,我使用非标准的西里尔字体。它看起来很好,但它有一些特殊符号的问题,例如 - 引号(由于某种原因,开头和结尾引用看起来不同)。

我想使用CSS为特定符号设置font-family。有可能吗?

1 个答案:

答案 0 :(得分:0)

您可以像

一样轻松使用
.custom-font{
 font-family:any
}

然后

<div>hello there <span class='custom-font'>i am custom</span> but i am not</div>