mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
18 lines
317 B
HTML
18 lines
317 B
HTML
<html lang="ar">
|
|
<head>
|
|
<style type="text/css">
|
|
body {
|
|
font-family: foo, sans-serif;
|
|
font-size: 300%;
|
|
line-height: 2em;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p>گ ز</p>
|
|
<p>‌گ ز</p>
|
|
<p>گ‌ ز</p>
|
|
<p>گ ‌ز</p>
|
|
<p>گ ز‌</p>
|
|
</body>
|
|
</html>
|