css3 font-face not worked correctly in v6 ... :( www.Donbaler.com , but in v4, v5 worked
Problem to Right Display Farsi Font with css3 font-face in FireFox v6 ... :( , but worked on v4, v5 ...
example: www.Donbaler.com
مشکل عدم نمایش صحیح فونت فارسی در فایرفاکس 6
Modified
Chosen solution
we resolved this problem , please check www.moth.ir [گروه نرم افزاری شاپرک]
Read this answer in context 👍 0All Replies (5)
i used this code, for BKoodkBd.ttf
@font-face { font-family: 'BKoodak'; src: url('../fonts/BKoodkBd.eot'); src: local('BKoodak'), url('../fonts/BKoodkBd.ttf') format('truetype'); }
and 1pezeshk used this code : @font-face { font-family: 'b koodak'; src: url('../fonts/BKoodkBd.eot'); src: local('☺'), url('../fonts/BKoodkBd.ttf') format('truetype'); }
What problem?
=
کد و فونتی که استفاده کردیم مشابه هستن، مشکل چیه ؟
For both fonts style (eot & ttf) appears unconncected ?
Same problem topic:
we resolved this problem , please check http://www.webscala.com ............................................................................................
تیم طراحی سایت وبسکالا
Modified
Chosen Solution
we resolved this problem , please check www.moth.ir [گروه نرم افزاری شاپرک]
Modified