admin管理员组文章数量:1336133
I am trying to make my text look like quran.
Which is ():
I am using the following HTML.
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quranic Ayah</title>
<style>
body {
font-family: 'Scheherazade', serif;
direction: rtl;
text-align: right;
font-feature-settings: "liga" 1;
}
</style>
</head>
<body>
<p>رَبِّ اجۡعَلۡنِىۡ مُقِيۡمَ الصَّلٰوةِ وَمِنۡ ذُرِّيَّتِىۡ ۖ رَبَّنَا وَتَقَبَّلۡ دُعَآءِ ٤٠</p>
</body>
</html>
What I am getting instead is:
I have marked the issues in red.
How can I fix it so that it looks like quran
本文标签: cssArabic Not Rendered Like In qurancomStack Overflow
版权声明:本文标题:css - Arabic Not Rendered Like In quran.com - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742403692a2468389.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论