Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bug 1048899</title>
<style>
@font-face { font-family: lohit; src: url(../fonts/ttf-indic/Lohit-Telugu.ttf); }
body { font-family: lohit; }
.first { color: red; font-weight: bold; }
</style>
</head>
<body>
<div><span class='first'>అ</span>మ్మ</div>
<div><span class='first'>క</span>డలి</div>
<div><span class='first'>జో</span>రు</div>
<div><span class='first'>అం</span>దం</div>
<div><span class='first'>వాఁ</span>డు</div>
<div><span class='first'>కాం</span>డం</div>
<div><span class='first'>కృ</span>తి</div>
<div><span class='first'>ప్ర</span>జలు</div>
<div><span class='first'>క్రాం</span>తి</div>
<div><span class='first'>స్త్రీ</span>లు</div>
</body>
</html>