Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
|
Inactive
2014/05/22 13:52:02
lowercase "html"
| |
| 2 <html> | |
| 3 <head> | |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| 5 <style type="text/css"> | |
| 6 @font-face { | |
| 7 font-family: NotoX; | |
| 8 src: url("../../../third_party/NotoSans/NotoSansDevanagari-Regular-uni091D.t tf") format("truetype"); | |
| 9 } | |
| 10 </style> | |
| 11 </head> | |
| 12 <body> | |
| 13 <h3>The glyph for JHA should look different depending on Nepali and Hindi, d epending on the lang attribute.</h3> | |
|
Inactive
2014/05/22 13:52:02
"The glyph for JHA should look different for Nepal
| |
| 14 <p lang="hi" style="font-family: NotoX">Hindi:JHA झ </p><br> | |
| 15 <p lang="ne" style="font-family: NotoX">Nepali:JHA झ </p><br> | |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |