1. Who Design?
Mr. Danh Hong, he is now working with GOOGLE to add Khmer font to Google Font API.
Your visitors can see your website in Khmer language more easily and across browser platform without having Khmer Unicode Fonts preinstalled on the computers of visitor.
Your visitors can see your website in Khmer language more easily and across browser platform without having Khmer Unicode Fonts preinstalled on the computers of visitor.
- តើអ្វីជា Google Font API?
ពុម្ពអក្សរហ្គូហ្គល API ជួយអ្នកឱ្យអាចបន្ថែមពុម្ពអក្សរបណ្ដាញទៅលើទំព័រទំព័រណាមួយ ។ អត្ថប្រយោជន៍របស់ពុម្ពអក្សរហ្គូហ្គល API រួមមាន៖
- ជម្រើសបណ្ដាពុម្ពអក្សរប្រភពបើកទូលាយប្រកបដោយគុណភាពខ្ពស់ ។
- ដំណើរការក្នុងកម្មវិធីរុករកភាគច្រើនដោយពុំចាំបាច់មានពុម្ពអក្សរនោះដំឡើងជាមុនលើកុំព្យូទ័រអ្នកទស្សនា ។
- ងាយស្រួលប្រើបំផុត ។
3. ការប្រើប្រាស់ពុម្ពអក្សរមានភាពងាយ៖ គ្រាន់តែបន្ថែមតំណសន្លឹករចនាប័ទ្មពិសេសមួយ (Style Sheet link) ទៅទំព័របណ្ដាញរបស់អ្នក បន្ទាប់មកប្រើពុម្ពអក្សរក្នុងរចនាប័ទ្ម CSS ។
4. Working on Mozilla Firefox, Internet Explorer, Safari, Opera, and Google Chrome.
5. ជ្រើសបណ្ដាពុម្ពអក្សរពីថតពុម្ពអក្សរហ្គូហ្គល
The Google Font Directory: http://code.google.com/webfonts
ក្នុងបរិវេណតួអក្សរនីមួយៗមានពុម្ពអក្សរផ្សេងៗជាច្រើនទៀត ។ ឧទាហរណ៍ ពុម្ពអក្សរ Tangerine ស្ថិតក្នុង Latin រីឯពុម្ពអក្សរ Hanuman នៅក្នុង Khmer ។
6. ទទួលយកតំណសន្លឹករចនាប័ទ្ម (Stylesheet Link)
ដើម្បីប្រាប់ថាយើងនឹងត្រូវការប្រើពុម្ពអក្សរមួយណា ចុចលើ Khmer រួចជ្រើសយក Hanuman ហើយចុចលើផ្ទាំង Get the code.
7. This is link for testing: ( Regular & Bold)
<link href=http://fonts.googleapis.com/css?family=Hanuman:regular,bold&subset=khmer rel="stylesheet" type="text/css" >
The API will generate the necessary CSS specific to the user's browser so you can use the font on your page. Simply use the font Hanuman in your CSS font stack like any other font, for example:
h1 { font-family: 'Hanuman', arial, serif; }
An example code:
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Hanuman&subset=khmer' rel='stylesheet' type='text/css'>
<style type="text/css">
h1 { font-family: 'Hanuman', arial, serif; }
h2{ font-family:Arial, Helvetica, sans-serif; font-size:30px;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Khmer Unicode Font ជាមួយ Google Font API</title>
</head>
<body>
<h1> MyTV ជាទូរទស្សន៍របស់ខ្ញុំ (ពុម្ពអក្សរ ហនុមាន)</h1>
<h2> MyTV ជាទូរទស្សន៍របស់ខ្ញុំ</h2>
</body>
</html>
No comments:
Post a Comment