Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > | |
| 4 <title>Language Attribute Test</title> | |
| 5 <style type="text/css"> | |
| 6 @font-face { | |
| 7 font-family: NotoX; | |
| 8 src: url("../../third_party/NotoSans/NotoSansDevanagari-Regular-uni091D.ttf" ) format("truetype"); | |
| 9 } | |
| 10 </style> | |
| 11 </head> | |
| 12 <body> | |
| 13 <h3>The glyph for JHA should look different for Nepali and Hindi.</h3> | |
| 14 <h3>You First should change system Language to Nepali or Hindi</h3> | |
| 15 <p lang="hi" style="font-family: NotoX">JHA झ </p><br> | |
|
rwlbuis
2016/05/09 19:44:31
Looks like it should be "ne":
http://www.w3schools
| |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |