Phoca fonts: few question?

General Forum
almamun
Phoca Member
Phoca Member
Posts: 20
Joined: 03 Aug 2008, 22:54

Phoca fonts: few question?

Post by almamun »

Are phoca fonts like windows EOT?

My site's language is Bangla (bengali)- can I use unicode fonts of my language because often users pc dont have that particular font or their browser is not rightly configured? Will phoca font help me in this case?

However, I've installed my fonts but it's not working. In IE & Firefox I've checked the page source I've found this-

Code: Select all

@font-face {
       font-family: SolaimanLipi;
       font-style: normal;
       font-weight: normal;
       font-stretch: normal;
       font-stretch: normal;
       src: url("/components/com_phocafont/fonts/SolaimanLipi.ttf") format("truetype");
   }
body { font-family: "SolaimanLipi";
       font-size: 15;
}
Instead of using that SolaimanLipi.ttf, browsers using a default windows font
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca fonts: few question?

Post by Jan »

Hi, do you use firefox 3.5?
If you find Phoca extensions useful, please support the project
Post Reply