OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
bashi
2014/05/14 10:00:01
nit: please-use-hyphen-for-layout-tests like this
h.joshi
2014/05/14 10:50:47
Okey, will use hyphen for test case name
On 2014/
| |
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; | |
bashi
2014/05/14 10:00:01
nit: 4 spaces for indent
h.joshi
2014/05/14 10:50:47
okey, will correct indentation
On 2014/05/14 10:00
| |
8 src: url("../../../resources/NotoSansDevanagari-Regular.ttf.subset") for mat("truetype"); | |
9 } | |
10 </style> | |
11 </head> | |
12 <body> | |
13 <p lang="hi" style="font-family: NotoX">Hindi:JHA झ </p><br> | |
14 | |
15 <p lang="ne" style="font-family: NotoX">Nepali:JHA झ </p><br> | |
16 </body> | |
17 </html> | |
OLD | NEW |