hi all,
I am developing the widget which display Khmer words, I use Unicode in the source code and HTML,
and try to apply Khmer font like KhmerOSsys.ttf in the widget.
I use @font-face in css to embed the font. But it doesn't work.
Below is my code
Am I wrong in some case?Code:@font-face { font-family: Khmer; src: url('http://benjaminsoft.com/English4You/KhmerOSsys.ttf'); } #translated_text{ font-family: Khmer; font-size: 32px; }
Please help me in this case!
Any help would be appriciated! Thanks
Tam Tran

Reply With Quote

