329069-5.html (334B)
1 <!DOCTYPE html> 2 <html lang="hi"> 3 <head> 4 <style> 5 @font-face { font-family: lohit; src: url(../fonts/ttf-indic/lohit_hi.ttf); } 6 body { font-family: lohit; } 7 p:first-letter { color: red; } 8 </style> 9 <title>Devanagari first-letter 2</title> 10 </head> 11 <body> 12 <p>स्थिति</p> 13 </body> 14 </html>