Monday August 9th, 2010 | Leave a comment When I saw a message from Mr. Danh Hong, the one who created most of Khmer Unicode fonts, told us about his new achievement to publish Khmer unicode font via Google Font API, really made me surprised and happy. Sample HTML Google API for Khmer Unicode So now welcome to Google Font API for Khmer Website Designer, it will be more easy to embed Khmer Unicode font via Google API, here is the example: <html> <head> <link href=’http://fonts.googleapis.com/css?family=Hanuman’ rel=’stylesheet’ type=’text/css’> <style> body { font-family: ‘Hanuman’, serif; font-size: 20px; } h2 { font-family: ‘Hanuman’, serif; text-shadow: 4px 4px 4px #006600; } </style> </head> <body> <h1>Google Font API</h1> <h2>អ្នកជំនាញស្នើឲ្យយកជើង ដ មកប្រើឡើងវិញ</h2> <p>នៅក្នុងពេលថ្មីនេះ មានអ្នកស្រាវជ្រាវមួយចំនួន ចង់ឲ្យមានការយកជើង ដ មកប្រើឡើងវិញ។ ការសំណូមពរបែបនេះ គឺដោយលោកយល់ថា ការយកជើង ត មកប្រើជំនួសជើង ដ នោះ តែងតែនាំឲ្យមានការយល់ច្រឡំ នៅក្នុងការសរសេរ ព្រមទាំងពិបាកចងចាំទៀតផង។</p> </body> </html> Thank Mr. Danh Hong for your distribution to Khmer ICT community. Share this:ShareTweetShare on TumblrPocketEmailPrint Related