Font issue in CSS !
Posted: Wed Oct 08, 2008 10:29 pm
Hi
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.
But the text doesn't show with CHANL font. I test it in FF3 and Opera9.5 and IE6
What's wrong with it ?
Thanks for your suggestions
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

