OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
Inactive
2014/05/23 19:34:26
nit: lowercase html
h.joshi
2014/05/24 01:27:00
Forgot to change this, will make changes.
| |
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 for Nepali and Hindi, depending on the lang attribute.</h3> | |
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 |