mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
18 lines
285 B
HTML
18 lines
285 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>
|