mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
824 B
HTML
25 lines
824 B
HTML
<!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>
|