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