我有一张图片中的文字,其字体系列为" ITC Avant Garde Gothic"
我尝试将这个font-family放在我的CSS中,但遗憾的是我无法看到任何变化。
我想知道,我是否需要在CSS中添加其他内容以用于font-family的工作。
我拥有的CSS代码是:
{
font-size: 7.433px;
font-family: "ITC Avant Garde Gothic";
color: rgb(255, 255, 255);
line-height: 2.348;
text-align: center;
-moz-transform: matrix( 1.81893039778896,0,0,1.8236290753447,0,0);
-webkit-transform: matrix( 1.81893039778896,0,0,1.8236290753447,0,0);
-ms-transform: matrix( 1.81893039778896,0,0,1.8236290753447,0,0);
position: absolute;
left: 45.265px;
top: 181.274px;
z-index: 127;
}