1.我只想给某个区域单独引用某个字体怎么解决?这样貌似不行div.box>text>textPath{@font-face { font-family: Ampersand; src: local('SignPainter-HouseScript'), /*unicode-range: u+26;*/}}
1 回答
慕森卡
TA贡献1806条经验 获得超8个赞
@font-face {
font-family: Ampersand;
src: local('SignPainter-HouseScript');
/* 其他声明... */
}
.selector {
font-family: Ampersand;
}
你的语法没写对
添加回答
举报
0/150
提交
取消