I had a font file (Channels.ttf), I installed it. Its name is CHANL.
Now I use this CSS code in my local HTML file.
Code: Select all
.productText{
font: bold 36pt CHANL;
color: #b3c800;
padding-left: 11px;
}What's wrong with it ?

Thanks for your suggestions

