I have a text from an image whose font-family is "ITC Avant Garde Gothic"
I tried putting this font-family in my CSS but unfortunately I cant see any change.
I am wondering, do I need to add something else in my CSS for the working of font-family.
The CSS code which I have is:
{
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;
}