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;
}