1834316-1-notref.html (476B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <style> 4 div { 5 font: 50px/2 "Noto Sans NKo", serif; 6 height: 3em; 7 } 8 span { 9 font-family: serif; 10 } 11 </style> 12 <p>The following characters should be rendered with the Noto Sans NKo font:</p> 13 <div><span>،</span> <span>؛</span> <span>؟</span></div> 14 <p>This should be <em>different</em> from the default serif rendering:</p> 15 <div><span>،</span> <span>؛</span> <span>؟</span></div>